cURL
curl --request POST \ --url https://api.vidopix.com/api/project/create \ --header 'Content-Type: multipart/form-data' \ --header 'x-api-key: <api-key>' \ --form videoUrl=https://cdn.example.com/sample.mp4 \ --form video='@example-file'
{ "data": { "taskId": "73d4fa54-b602-46f7-b803-f6710ce84344", "status": "pending" } }
Submit your video or public url and receive task id. Use Task ID to track status
Raw video file.
Public video URL.
Project accepted
Show child attributes