cURL
curl --request POST \ --url https://api.daydream.live/v1/streams \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "pipeline_params": {}, "name": "<string>", "output_rtmp_url": "<string>" }'
{ "id": "<string>", "stream_key": "<string>", "output_stream_url": "<string>", "pipeline_params": {}, "created_at": "<string>", "pipeline_id": "<string>", "output_playback_id": "<string>", "name": "<string>", "author": "<string>", "from_playground": true, "gateway_host": "<string>", "is_smoke_test": true, "whip_url": "<string>" }
Creates a new video processing stream with the specified configuration
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
The response is of type object.
object
Was this page helpful?