v1

latestOpenAPI 3.0.2Terms of Use2026-08-061441681.6 MB
transcoders

Fetch all outputs of a transcoder

This operation shows the details of all of the output renditions of a specific transcoder.

get/transcoders/{transcoder_id}/outputs

Path parameters

transcoder_idstring required

The unique alphanumeric string that identifies the transcoder.

Response

Success

Example response

{
  "outputs": [
    {
      "aspect_ratio_height": 480,
      "aspect_ratio_width": 848,
      "bitrate_audio": 128,
      "bitrate_video": 1600,
      "created_at": "2020-01-29T17:16:21.958Z",
      "framerate_reduction": "1/2",
      "h264_profile": "main",
      "id": "w9vJm3BJ",
      "type": "Output",
      "keyframes": "follow_source",
      "name": "Standard Output: Video (848 x 480) + Audio",
      "output_stream_targets": [
        {}
      ],
      "video_codec": "h264",
      "audio_codec": "aac",
      "transcoder_id": "PblTJm1t",
      "updated_at": "2020-01-31T03:29:50.958Z"
    },
    {
      "created_at": "2020-01-29T17:16:21.958Z",
      "id": "PPqV0kcm",
      "name": "Standard Output: Video + Audio",
      "delete_restrictions": [
        {}
      ],
      "output_stream_targets": [
        {}
      ],
      "video_codec": "passthrough",
      "audio_codec": "passthrough",
      "transcoder_id": "Yf5lyjCV",
      "updated_at": "2020-01-31T03:55:05.958Z"
    }
  ]
}