POST
/
publish-to-socials
Publish video to social media platforms
curl --request POST \
  --url https://mango.quickreel.io/api/v2/publish-to-socials \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "title": "<string>",
  "description": "<string>",
  "privacy": "public",
  "scheduleTime": "2025-08-04T16:20:00.000Z",
  "videoUrl": "<string>",
  "apiAccessKeys": [
    "1dbedb8df8b098ea68138ffbc0f8ab4640f6bcd0"
  ]
}'
{
  "statusCode": 200,
  "success": true,
  "message": "Successfully created your post",
  "data": {
    "posts": [
      "6891b921ba2c9dea1ee86fe4"
    ]
  }
}

Authorizations

x-api-key
string
header
required

API key for authentication

Body

application/json

Request payload for social media posting

The body is of type object.

Response

201
application/json

Post scheduled successfully

The response is of type object.