Create a scheduled or a draft post

post

Returns an id of the post

Authorizations
X-API-KeystringRequired
Query parameters
workspaceIdstringRequiredExample: cmayvq3hk00017apshay5qezu
Body
or
or
Responses
201

Created

No content

post
/post

No content

Body parameters explained

Parameter
Type
Required
Information

caption

string

yes (if mediaUrls not provided)

Up to 10,000 characters

mediaUrls

array of strings

yes (if caption not provided)

URL list of the media (must follow URL file limitations)

socialProfileIds

array of strings

no

If no ids provided, creates post as a draft

scheduledAt

string

no

Date of the schedule (must follow Date limitations)

Sample response

Response parameters

Parameter
Type
Description

postGroupId

string

Id of the created post

Last updated