Skip to main content
POST
group is the only updatable field on a transcription. All other fields are set during processing and are immutable.
For valid group values and their meaning in the review workflow, see Transcription — group.
Pass "" (empty string) as group to clear it (sets the field to null).
Returns 404 if the transcription is not found.
The response includes the full updated transcription — same structure as Get Transcription.

Authorizations

x-api-key
string
header
required

Body

application/json
transcription_id
string<uuid>
required

The unique identifier of the transcription to update.

group
string
required

New group value. Valid values: PENDING_REVIEW, UNDER_REVIEW, ARCHIVED. Pass "" (empty string) to clear the group.

Response

200 - application/json

Group updated successfully. Returns the full, updated transcription object.

data
object