---
title: "Add a multistream target"
method: POST
path: "/stream/{id}/create-multistream-target"
tags: ["stream"]
---

# Add a multistream target

`POST /stream/{id}/create-multistream-target`

## Path parameters

- `id` string, required

## Request body

- TargetAddPayload
  - `profile` string, required — Name of transcoding profile that should be sent. Use "source" for pushing source stream data
  - `videoOnly` boolean — If true, the stream audio will be muted and only silent video will be pushed to the target.
  - `id` string — ID of multistream target object where to push this stream
  - `spec` object — Inline multistream target object. Will automatically create the target resource to be used by the created stream.
    - `name` string
    - `url` Url, required — unresolved $ref

## Response `204`

Success (No content)

## Other responses

- `default` — Error

## Changes

- **2024-05-17** `fc477586b24c` — 1 breaking
  - the response property `errors` became optional for the status `default`
- **2024-04-23** `d0909f9b9414` — 2 info
  - api operation id `addMultistreamTarget` was added
  - api tag `stream` added

[Change history](https://skmtc.dev/livepeer/apis/livepeer-api-reference/changes/stream/:id/create-multistream-target/post.md)

---

[API](https://skmtc.dev/livepeer/apis/livepeer-api-reference.md) · [All operations](https://skmtc.dev/livepeer/apis/livepeer-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/livepeer/livepeer-api-reference/revisions/0d7e15217608/schema)
