Create a space broadcast

POST {{baseUrl}}/video/v1/spaces/:SPACE_ID/broadcasts

Creates a new broadcast. Broadcasts are used to create composited versions of your space, which can be broadcast to live streams. Note: By default only a single broadcast destination can be specified. Contact Mux support if you need more.

Request Body

{"live_stream_id"=>"GQ9025mPqzyjOy3kKQW006qKTqmULW9vFO"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{"data":{"id":"uylLl3WuQ54CwqUB9UHySxnN66sqKue5","live_stream_id":"GQ9025mPqzyjOy3kKQW006qKTqmULW9vFO","resolution":"1920x1080","layout":"gallery","status":"idle"}}