Posts
Create Post
Creates a post for the given social accounts. Note: links are automatically stripped from the caption before publishing to X/Twitter, because X charges far more for posts that contain a link. This covers full URLs (http://, https://, www.) and bare domains like foo.com or foo.io/path. All other platforms keep their links. To share a link on X, post it in a reply or in the account bio.
post/v1/posts
Request body
Example request
{
"scheduled_at": "2023-12-31T23:59:59Z",
"platform_configurations": {
"instagram": {
"placement": "story",
"user_tags": [
"partner_account",
"brand"
],
"collaborators": [
"partner_account"
]
},
"facebook": {
"placement": "story"
}
}
}Response
Post created successfully.
Changes
No recorded changes to this endpoint across all 1 revision of this API.