Skip to main content
POST
Publish video to social media platforms

Authorizations

x-api-key
string
header
required

API key for authentication

Body

application/json

Request payload for social media posting

videoUrl
string
required

URL of the video to be posted

apiAccessKeys
string[]
required

Array of API access keys (you can get them from the social accounts page on QuickReel.io)

Example:
title
string

Title of the post

description
string

Description/caption for the post

privacy
enum<string>
default:public

Privacy setting for the post

Available options:
public,
private,
unlisted
scheduleTime
string

Scheduled time for posting (ISO 8601 format)

Example:

"2025-08-04T16:20:00.000Z"

Response

Post scheduled successfully

statusCode
integer

HTTP status code

Example:

200

success
boolean

Success status

Example:

true

message
string

Success message

Example:

"Successfully created your post"

data
object

Response data