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