cURL
curl --request POST \ --url https://api.videodb.io/editor/download \ --header 'Content-Type: application/json' \ --header 'x-access-token: <api-key>' \ --data ' { "stream_url": "https://stream.videodb.io/compiled/12345" } '
{ "success": true, "data": { "download_url": "https://download.videodb.io/..." } }
Download a compiled editor timeline as a file
stream_url
API key for authentication (sk-xxx format)
"https://stream.videodb.io/compiled/12345"
Download URL generated
true
Show child attributes