Skip to main content
curl --request POST \
  --url https://livepeer.studio/api/multistream/target \
  --header 'Authorization: Bearer <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "my first multistream",
  "url": "rtmps://live.my-service.tv/channel/secretKey",
}'