CreatePostRequest
The text content of the post
Array of social account IDs to post to (from list accounts)
Possible values: >= 1
ISO 8601 datetime to schedule the post. Omit to publish immediately.
IANA timezone (e.g. America/New_York)
UTCArray of media UUIDs to attach (from upload media)
platform_content object
Platform-specific content overrides and settings. Use the platform key (instagram, tiktok, youtube, linkedin, x, facebook, threads) as the object key.
instagram object
Override caption for Instagram
Instagram content type. Videos default to Reels if not specified.
Possible values: [Post, Story, Reels, Trial Reel]
settings object
Accessibility alt text for the image
Timestamp in seconds for video cover photo
tiktok object
Override caption for TikTok
settings object
TikTok video privacy level
Possible values: [PUBLIC_TO_EVERYONE, MUTUAL_FOLLOW_FRIENDS, FOLLOWER_OF_CREATOR, SELF_ONLY]
truetruetrueyoutube object
Override description for YouTube
settings object
YouTube video title (required for YouTube)
Possible values: [public, unlisted, private]
publicYouTube video tags
linkedin object
Override text for LinkedIn
x object
Override text for X (Twitter). Max 280 characters.
facebook object
Override text for Facebook
threads object
Override text for Threads
{
"content": "string",
"account_ids": [
0
],
"scheduled_at": "2024-07-29T15:51:28.071Z",
"timezone": "UTC",
"media_ids": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
],
"platform_content": {
"instagram": {
"content": "string",
"contentType": "Post",
"settings": {
"altText": "string",
"coverPhotoTimestamp": 0
}
},
"tiktok": {
"content": "string",
"settings": {
"privacyLevel": "PUBLIC_TO_EVERYONE",
"allowComments": true,
"allowDuet": true,
"allowStitch": true
}
},
"youtube": {
"content": "string",
"settings": {
"title": "string",
"privacyStatus": "public",
"tags": [
"string"
]
}
},
"linkedin": {
"content": "string"
},
"x": {
"content": "string"
},
"facebook": {
"content": "string"
},
"threads": {
"content": "string"
}
}
}