Create transcription

Creates a new transcription for the specified recording.

post/transcriptions

Path parameters

recordingIdstring required

Recording ID.

Request body

recordingIdstring required

The recording ID for which the transcription should be created.

Example request

{
  "recordingId": "a56f6ad7-37fe-4a37-9319-3174630ba57a"
}

Response

The transcription job was scheduled successfully.

{"stackTrail":"paths:/transcriptions:post:responses:201:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.