cURL
curl --request POST \ --url https://api.videodb.io/download/{download_id} \ --header 'x-access-token: <api-key>'
{ "success": true, "status": "processing", "data": { "id": "job-123", "output_url": "https://api.videodb.io/async-response/job-123" } }
Update or modify a download job configuration
import requests response = requests.post( "https://api.videodb.io/download/download-abc123", headers={"x-access-token": "your_api_key"} ) result = response.json() print(f"Download ID: {result.get('download_id')}") print("Retry initiated")
error
API key for authentication (sk-xxx format)
"download-12345"
Download retry initiated
true
processing
done
failed
"processing"
Show child attributes