curl --request POST \
--url https://livepeer.studio/api/stream \
--header 'Authorization: Bearer <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"name": "test_stream",
}'
curl --request POST \
--url https://livepeer.studio/api/stream \
--header 'Authorization: Bearer <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"name": "test_stream",
}'
curl --request POST \
--url https://livepeer.studio/api/stream \
--header 'Authorization: Bearer <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"name": "test_stream",
}'
Was this page helpful?