Get Transcription

Get transcription

Authentication

AuthorizationBearer

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

Path parameters

transcription_idUUIDRequired
ID of the transcription. Use the ID returned from the Create Transcription endpoint.

Query parameters

filter_hebrew_word_formatstringOptional
Optionally filter the response to a single Hebrew word format. If set to 'en', the response text will have Hebrew characters removed and timestamps will exclude words tagged with 'he'. If set to 'he', italicized transliterations are removed from the text and timestamps will exclude words tagged only with 'en'. If set to 'hybrid', the response includes both transliteration and Hebrew characters for each word.

Response

This endpoint returns an object.
textstring

This field contains the transcription text. If the primary_language is English and only one hebrew_word_format is specified, the text will be in English with Hebrew words in the specified format. If multiple hebrew_word_format options are set, Hebrew words will appear in both formats, with the English transliteration in Italics. If the primary language is Hebrew, the text will be in Hebrew.

infoobject
Additional information about the transcription
timestampslist of objects

Timestamps object for the transcription. See the timestamps object for more details.

Errors

401
Authentication Error
404
Transcription Not Found
429
Rate Limit Error