cURL
curl --request POST \ --url https://api.videodb.io/transcode \ --header 'Content-Type: application/json' \ --header 'x-access-token: <api-key>' \ --data ' { "source": "m-12345" } '
{ "success": true, "data": { "job_id": "job-12345" } }
Start a video transcode job
source
API key for authentication (sk-xxx format)
Source video ID
"m-12345"
Transcode job started
true
Show child attributes