Skip to main content
curl --request PATCH \
  --url https://livepeer.studio/api/stream/{id} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "record": true,
}'