cURL
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 }
This API endpoint allows a user to download a video with various options.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
1
Successfully started task to download video
Task OpenAPI Schema