v1

latestOpenAPI 3.1.02026-07-226875162.5 KB
Voice File

List Translations

List all translations generated for a Voice File Job.

  • Job status must be COMPLETED
  • Requires translationLocales to have been set during job creation
  • Returns translations for all requested locales

Documentation: How to retrieve translations

get/v1/external/voice-file/jobs/{jobId}/translations

Path parameters

jobIdstring required

The job ID returned from Create Voice File Job

Response

List of translations

jobIdstring required

Associated job identifier

localestring required

Translation locale

textstring required

Translated text

Example response

[
  {
    "jobId": "b2d1ab32-3fe2-4201-b0b4-391abdbaa023",
    "locale": "ko_KR",
    "text": "안녕하세요 여러분 ..."
  }
]