---
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
  - `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
  - `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-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/d0909f9b9414/schema)
