Skip to main content
POST
Submit a transcript line-text correction

Authorizations

Authorization
string
header
required

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

Body

application/json
segmentIndex
integer
required
Required range: x >= 0
originalText
string
required

The current segment text you are correcting (guards against applying to a changed segment).

correctedText
string
required
Required string length: 1 - 2000
revision
string

The meta.revision from the transcript GET.

Response

Success