v1

latestOpenAPI 3.0.2Terms of Use2026-08-061441681.6 MB
transcoders

Start recording

This operation starts the recording of a transcoder after the transcoder has started. If you want the recording to start and stop automatically when you start or stop the transcoder instead, set recording to true when you create a transcoder or update a transcoder.

put/transcoders/{id}/start_recording

Path parameters

idstring required

The unique alphanumeric string that identifies the transcoder.

Response

Success

Example response

{
  "transcoder": {
    "recording": {
      "state": "started"
    }
  }
}