v1
latestOpenAPI 3.1.02026-07-2416666272.6 KBDownload-asynchronous
Request asynchronous download
Creates an asynchronous download request for a specific video
post/download-async/{video_external_id}
Path parameters
video_external_idstring required
Example:abc123-def456-ghi789
Unique external video ID
Request body
Example request
{
"quality": "1080p",
"format": "video",
"language": "pt-BR",
"video_title": "My Video Title"
}Response
Download created successfully
Example response
{
"video_external_id": "abc123-def456-ghi789",
"resolution": "1080p",
"status": "enqueued",
"language": "pt-BR",
"url": "https://s3.amazonaws.com/bucket/video.mp4?signature=...",
"video_title": "My Video Title",
"timeRemaining": 120
}