Create download request
post/download
Request body
Example request
{
"stream_link": "https://stream.videodb.io/v/12345",
"name": "my_download.mp4"
}Response
Download initiated
Example response
{
"success": true,
"status": "processing",
"data": {
"id": "job-123",
"output_url": "https://api.videodb.io/async-response/job-123"
}
}