v1

latestOpenAPI 3.0.2Terms of Use2026-08-061441681.6 MB
transcoders

Start a transcoder

This operation starts a transcoder.

put/transcoders/{id}/start

Path parameters

idstring required

The unique alphanumeric string that identifies the transcoder.

Response

Success

Example response

{
  "transcoder": {
    "state": "starting",
    "uptime_id": "abcd1234"
  }
}