Skip to main content
GET
/
v1
/
external
/
voice-file
/
jobs
/
{jobId}
/
translations
/
{locale}
/
paragraph-summary
Get Translation Paragraph Summary
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."
  }
}

Authorizations

Authorization
string
header
required

API key in format {id}.{secret}

Path Parameters

jobId
string
required

The job ID returned from Create Voice File Job

locale
string
required

Target locale code (e.g., ko_KR, en_US, ja_JP)

Response

Translation paragraph summary

jobId
string
required

Voice file job identifier

Example:

"job-123"

locale
string
required

Locale of the summary

Example:

"ko_KR"

summary
object
required

Paragraph summary as a TextObject