POST
/
clip
curl --request POST \
  --url https://mango.quickreel.io/api/v2/clip \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "videoUrl": "https://www.youtube.com/watch?v=eY4pgeNBhk4",
  "language": "english",
  "webhookUrl": "https://webhook-test.com/05674b0b229c29199fec105309a00e16",
  "subtitleStyles": {
    "template": "productive",
    "position": "bottom-center",
    "fontSize": "m"
  },
  "additionalFeatures": {
    "addBgm": "false",
    "addBroll": false,
    "removeFillerWords": "false",
    "removeSilenceParts": "false",
    "addHook": "false"
  }
}'
{
  "status": "created",
  "message": "project created successfully",
  "projectId": "667bbc6973e392d3f7f6f620"
}

Authorizations

x-api-key
string
header
required

Body

application/json

Request payload for video processing

The body is of type object.

Response

201
application/json

Request created successfully

The response is of type object.