---
title: "Create a multistream target"
method: POST
path: "/multistream/target"
tags: ["multistream"]
---

# Create a multistream target

`POST /multistream/target`

## Request body

- MultistreamTarget
  - `id` string
  - `name` string
  - `userId` string
  - `url` string, uri, required — Livepeer-compatible multistream target URL (RTMP(S) or SRT)
  - `disabled` boolean — If true then this multistream target will not be used for pushing even if it is configured in a stream object.
  - `createdAt` number — Timestamp (in milliseconds) at which multistream target object was created

## Response `201`

Success

- MultistreamTarget
  - `id` string
  - `name` string
  - `userId` string
  - `url` string, uri, required — Livepeer-compatible multistream target URL (RTMP(S) or SRT)
  - `disabled` boolean — If true then this multistream target will not be used for pushing even if it is configured in a stream object.
  - `createdAt` number — Timestamp (in milliseconds) at which multistream target object was created

## Other responses

- `default` — Error

## Changes

- **2024-05-17** `fc477586b24c` — 2 breaking, 6 info
  - the response's body type/format changed from `array`/`` to `object`/`` for status `201`
  - the response property `errors` became optional for the status `default`
  - added the optional property `createdAt` to the response with the `201` status
  - added the optional property `disabled` to the response with the `201` status
  - …4 more
- **2024-04-23** `d0909f9b9414` — 2 info
  - api operation id `createMultistreamTarget` was added
  - api tag `multistream` added

[Change history](https://skmtc.dev/livepeer/apis/livepeer-api-reference/changes/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)
