cURL
curl --request POST \ --url https://api.example.com/v1/queue/add \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "projectId": "<string>", "overwriteSettings": true, "customPrompt": "<string>" } '
{ "status": "<string>", "message": "<string>", "newQueueItem": { "queueId": "<string>", "projectId": "<string>", "status": "<string>", "generationProgress": 123, "renderProgress": 123, "videoUrl": "<string>", "createdAt": "2023-11-07T05:31:56Z" } }
Adds a video generation request to the queue for later processing.
Use format Bearer YOUR_API_KEY.
Bearer YOUR_API_KEY
Video generation request added successfully
Show child attributes