cURL
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" ] } }
Base URL: https://mango.quickreel.io/api/v2
API key for authentication
Request payload for social media posting
The body is of type object.
object
Post scheduled successfully
The response is of type object.