Update Timestamps

Update the timestamps based on edited text.

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
old_timestampslist of objectsRequired
The original timestamps associated with the text before editing. These will be used as reference points to align the new timestamps.
edited_textstringRequired
The modified version of the transcription text that needs updated timestamp alignments. This should be the complete text after your edits.
language_to_updateenumOptional

If hebrew_word_format included both ‘en’ and ‘he’ (and therefor, for the same word there is both an English and a Hebrew version),this specifies which language version of the timestamps to update. Must be either ‘en’ for English or ‘he’ for Hebrew timestamps.

Allowed values:

Response

This endpoint returns a list of objects.
wordstring
Word
startdouble
Start time of the timestamp
enddouble
End time of the timestamp
hebrew_word_formatlist of enums or null

Specifies the format of Hebrew words in the transcription. Hebrew words are denoted as “he” for Hebrew letters or “en” for English transliteration. Non-Hebrew words are represented by null.

Allowed values:
speakerstring or null

If speaker labeling was requested, indicates which speaker number spoke this word (Pro feature)

Errors