v1

latestOpenAPI 3.1.02026-07-226875162.5 KB
Voice File

Get Transcript Paragraph Summary

Retrieve AI-generated paragraph summaries from the transcript.

  • Provides a quick content overview in markdown format
  • Summaries are generated in the transcript's original language

Documentation: Paragraph Summary feature

get/v1/external/voice-file/jobs/{jobId}/transcript/paragraph-summary

Path parameters

jobIdstring required

The job ID returned from Create Voice File Job

Response

Transcript paragraph summary

jobIdstring required

Voice file job identifier

localestring required

Locale of the summary

Example response

{
  "jobId": "b2d1ab32-3fe2-4201-b0b4-391abdbaa023",
  "locale": "ko_KR",
  "summary": {
    "type": "text/plain",
    "content": "Hello everyone, welcome to today's meeting..."
  }
}