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