Skip to main content

Create a Post

Send a message to one or multiple social media accounts.

Endpoint

POST https://api.schedpilot.com/developers/v1/post

Headers

HeaderValue
X-API-KEYsmm_your_secret_key
Content-Typeapplication/json

Body Parameters

ParameterTypeDescription
contentstringRequired. The text of your post.
accountsarrayRequired. IDs of the accounts to post to.
post_instantbooleanSet to true to skip scheduling.
datestringFormat: YYYY-MM-DD.
timestringFormat: HH:mm.

Example Request

{
"content": "Hello World! 🚀",
"accounts": [12, 15],
"post_instant": true
}