cURL
curl --request POST \ --url https://mango.quickreel.io/api/v2/broll \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "videoUrl": "https://www.youtube.com/watch?v=eY4pgeNBhk4", "webhookUrl": "https://webhook-test.com/05674b0b229c29199fec105309a00e16" }'
{ "status": "created", "message": "project created successfully", "projectId": "667bbc6973e392d3f7f6f620" }
Base URL: https://mango.quickreel.io/api/v2
Request payload for video processing
Video URL or YouTube URL
"https://www.youtube.com/watch?v=eY4pgeNBhk4"
Webhook URL for receiving processing updates
"https://webhook-test.com/05674b0b229c29199fec105309a00e16"
Request created successfully
Status of the request
"created"
Success message
"project created successfully"
Project ID
"667bbc6973e392d3f7f6f620"