v1
latestOpenAPI 3.1.02026-07-226875162.5 KBVoice File
Get Translation
Retrieve a specific translation by locale.
- More efficient than listing all translations when you know the target locale
- Job status must be COMPLETED
Documentation: Supported locales
get/v1/external/voice-file/jobs/{jobId}/translations/{locale}
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 data
Example response
{
"jobId": "b2d1ab32-3fe2-4201-b0b4-391abdbaa023",
"locale": "ko_KR",
"text": "안녕하세요 여러분 ..."
}