# Output format

vid2md writes Markdown with timestamped sections.

```markdown
# Video Watch Report

## Timeline

### 00:00.000 - 00:02.000

...

#### Heard words

- 00:00.400 to 00:01.900, speaker context from visual cues above: "..."

### 00:02.000 onward

- Delta-only observation for this segment.
```

The metadata JSON includes provider usage, reported provider cost, frame count, transcript usage, and result paths.

Download the Markdown body with:

```bash
curl https://vid2md.com/v1/jobs/job_123/result \
  -H "Authorization: Bearer v2m_your_key" \
  -o job_123.md
```

Download metadata with `?format=json`. The browser app can copy the Markdown to the clipboard or download the same body as a `.md` file.
