Auto Chapters

Automatically segment your transcriptions into titled chapters with summaries and timestamps. Perfect for long calls, meetings, and interviews.

Enable Auto Chapters

Pass auto_chapters=true in your transcription request:

curl
curl -X POST https://api.voxparse.com/v1/transcribe \
  -H "X-API-Key: YOUR_API_KEY" \
  -F "[email protected]" \
  -F "auto_chapters=true"

Response Format

chapters array
"chapters": [
  {
    "title": "Introduction and Agenda",
    "summary": "The host welcomed participants and outlined the three topics for discussion.",
    "start_seconds": 0,
    "end_seconds": 127
  },
  {
    "title": "Q2 Revenue Review",
    "summary": "CFO presented quarterly revenue figures showing 12% year-over-year growth.",
    "start_seconds": 128,
    "end_seconds": 384
  }
]

Use Cases

  • Meeting notes: Generate structured summaries with jump-to timestamps
  • Call center QA: Quickly navigate to specific parts of long support calls
  • Podcast production: Auto-generate show notes and chapter markers
  • Content indexing: Build searchable archives of recorded content
Pricing: Auto chapters is included in the base rate. No add-on fees.