curl --request GET \
--url https://api.tiro.ooo/v1/external/voice-file/jobs/{jobId}/translations/{locale}/paragraph-summary \
--header 'Authorization: Bearer <token>'{
"jobId": "job-123",
"locale": "en_US",
"summary": {
"type": "text/markdown",
"content": "### The meeting focused on reviewing project progress and planning the next steps."
}
}Retrieve AI-generated paragraph summaries from a translated version. Summaries are generated in the target language.
Documentation: Paragraph Summary feature
curl --request GET \
--url https://api.tiro.ooo/v1/external/voice-file/jobs/{jobId}/translations/{locale}/paragraph-summary \
--header 'Authorization: Bearer <token>'{
"jobId": "job-123",
"locale": "en_US",
"summary": {
"type": "text/markdown",
"content": "### The meeting focused on reviewing project progress and planning the next steps."
}
}API key in format {id}.{secret}
The job ID returned from Create Voice File Job
Target locale code (e.g., ko_KR, en_US, ja_JP)