Skip to main content
POST
Create download request

Authorizations

x-access-token
string
header
required

API key for authentication (sk-xxx format)

Body

application/json
Example:

"https://stream.videodb.io/v/12345"

name
string
Example:

"my_download.mp4"

Response

200 - application/json

Download initiated

success
boolean
Example:

true

status
enum<string>
Available options:
processing,
done,
failed
Example:

"processing"

data
object