Get Transcription Translation

Get paragraph-level translation status and translated segments for a transcription

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

transcription_idUUIDRequired
ID of the transcription.
target_modestringRequired
Translation target mode. Use auto, en, or he.

Query parameters

translation_stylestringOptional

Translation style id. Built-ins include learning_english and sefer_hebrew; saved user guides use custom:<style_id>.

Response

This endpoint returns an object.
transcription_idUUID
ID of the source transcription.
target_modestring
Translation target mode.
translation_stylestring
Translation style id.
statusstring
Overall translation status.
completed_segmentsinteger
Number of successfully translated segments.
failed_segmentsinteger
Number of failed segments.
segmentslist of objects

Paragraph-level translated segments.

modelstringOptional
Model used for translation.
total_segmentsintegerOptional
Total paragraph segments in the translation job.
created_atdatetimeOptional
When the translation job was created.
updated_atdatetimeOptional
When the translation job was last updated.
errorstringOptional
Overall job error, if any.

Errors

401
Authentication Error
404
Transcription Not Found
429
Rate Limit Error