메인 콘텐츠로 건너뛰기
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": "b2d1ab32-3fe2-4201-b0b4-391abdbaa023",
  "locale": "en_US",
  "summary": {
    "type": "text/markdown",
    "content": "### The meeting focused on reviewing project progress and planning the next steps."
  }
}

인증

Authorization
string
header
필수

API key in format {id}.{secret}

경로 매개변수

jobId
string
필수

The job ID returned from Create Voice File Job

locale
string
필수

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

응답

Translation paragraph summary

jobId
string
필수

Voice file job identifier

예시:

"b2d1ab32-3fe2-4201-b0b4-391abdbaa023"

locale
string
필수

Locale of the summary

예시:

"ko_KR"

summary
object
필수

Paragraph summary as a TextObject