v1
latestOpenAPI 3.1.02026-07-226875162.5 KBVoice File
Get Translation Paragraph Summary
Retrieve AI-generated paragraph summaries from a translated version.
- Summaries are generated in the target translation language
- Requires the translation to exist for the specified locale
Documentation: Paragraph Summary feature
get/v1/external/voice-file/jobs/{jobId}/translations/{locale}/paragraph-summary
Path parameters
jobIdstring required
The job ID returned from Create Voice File Job
localestring required
Target locale code (e.g., ko_KR, en_US, ja_JP)
Response
Translation paragraph summary
Example response
{
"jobId": "b2d1ab32-3fe2-4201-b0b4-391abdbaa023",
"locale": "ko_KR",
"summary": {
"type": "text/plain",
"content": "Hello everyone, welcome to today's meeting..."
}
}