curl --request GET \
--url https://api.tiro.ooo/v1/external/voice-file/jobs/{jobId}/translations/{locale} \
--header 'Authorization: Bearer <token>'{
"jobId": "job-abc123",
"locale": "ko_KR",
"text": "안녕하세요 여러분 ..."
}Retrieve a specific translation by locale. More efficient than listing all translations when you know the target locale.
Documentation: Supported locales
curl --request GET \
--url https://api.tiro.ooo/v1/external/voice-file/jobs/{jobId}/translations/{locale} \
--header 'Authorization: Bearer <token>'{
"jobId": "job-abc123",
"locale": "ko_KR",
"text": "안녕하세요 여러분 ..."
}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)