v1

latestOpenAPI 3.0.2Terms of Use2026-08-061441681.6 MB
transcoders

Create an output stream target

This operation creates an output stream target, assigning the stream target to the specified output rendition.

post/transcoders/{transcoder_id}/outputs/{output_id}/output_stream_targets

Path parameters

transcoder_idstring required

The unique alphanumeric string that identifies the transcoder.

output_idstring required

The unique alphanumeric string that identifies the output rendition.

Request body

Example request

{
  "output_stream_target": {
    "stream_target_id": "1234abcd",
    "use_stream_target_backup_url": true
  }
}

Response

Success

Example response

{
  "output_stream_target": {
    "id": "4Gp5rF23",
    "stream_target_id": "QvvJYJjk",
    "use_stream_target_backup_url": true,
    "stream_target": {
      "id": "QvvJYJjk",
      "name": "My provisioned RTMP Stream Target",
      "type": "wowza",
      "created_at": "2020-01-29T17:16:21.965Z",
      "updated_at": "2020-01-31T04:06:40.965Z"
    }
  }
}