Skip to main content
curl --request POST \
  --url https://livepeer.studio/api/asset/upload/url \
  --header 'Authorization: Bearer <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  		"name": "my first asset",
		"url": "https://example.com/my-first-asset.mp4"
	}'