Skip to main content
POST
/
api
/
video
/
download
/
Download Video with Options API Endpoint
curl --request POST \
  --url https://backend.clipvision.ai/api/video/download/ \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "url": "<string>"
}'
{
  "task_id": 1,
  "task_name": "test_task",
  "task_status": 1,
  "user_id": 1
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
url
string
required
Minimum length: 1

Response

Successfully started task to download video

Task OpenAPI Schema

task_id
integer
task_name
string
task_status
integer
user_id
integer