cURL
curl --request POST \ --url https://mango.quickreel.io/api/v2/ttv \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "script": "<string>", "voiceId": "386a7b80-1001-4017-bb51-49b3428ab8f4", "visualStyle": "realism", "webhookUrl": "https://webhook-test.com/05674b0b229c29199fec105309a00e16", "subtitleStyles": { "template": "productive", "position": "bottom-center", "fontSize": "m" }, "additionalFeatures": { "addBgm": "false" } }'
{ "status": "created", "message": "project created successfully", "projectId": "667bbc6973e392d3f7f6f620" }
Base URL: https://mango.quickreel.io/api/v2
Request payload for video processing
Provide a script directly for video processing.
Request created successfully
The response is of type object.
object