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_timestamps
The original timestamps associated with the text before editing. These will be used as reference points to align the new timestamps.
edited_text
The modified version of the transcription text that needs updated timestamp alignments. This should be the complete text after your edits.
language_to_update
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.
word
Word
start
Start time of the timestamp
end
End time of the timestamp
hebrew_word_format
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:
speaker
If speaker labeling was requested, indicates which speaker number spoke this word (Pro feature)
