Request parameters
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