v1

latestOpenAPI 3.0.2Terms of Use2026-08-061441681.6 MB
transcoders

Fetch a transcoder's properties

This operation shows all of the properties of a specific transcoder.

get/transcoders/{transcoder_id}/properties

Path parameters

transcoder_idstring required

The unique alphanumeric string that identifies the transcoder.

Response

Success

Example response

{
  "properties": [
    {
      "key": "fitMode",
      "section": "output",
      "value": "letterbox"
    },
    {
      "key": "rtpIgnoreProfileLevelId",
      "section": "rtsp",
      "value": true
    }
  ]
}