Skip to main content
POST
Create post

Authorizations

Authorization
string
header
required

API key authentication. Generate an API key from your workspace settings.

Body

application/json
title
string
required
publishAt
string<date-time>
required
status
enum<string>
required
Available options:
Tentative,
ToDo,
InProgress,
ForReview,
Blocked,
Finalized,
Scheduled,
Posted
labelIds
string<uuid>[]
campaignId
string<uuid>
notes
string
linkedIn
object
x
object

X (Twitter) channel configuration for creating or updating posts

instagram
object

Instagram channel configuration for creating or updating posts. The shape of the object depends on the type field.

tikTok
object

TikTok channel configuration for creating or updating posts. TikTok posts require exactly one video asset.

youTubeShorts
object

YouTube Shorts channel configuration for creating or updating posts. YouTube Shorts posts require exactly one video asset (1s–3min).

Response

Post created successfully

id
string<uuid>
url
string<uri>
title
string
channels
string[]
status
enum<string>
Available options:
Tentative,
ToDo,
InProgress,
ForReview,
Blocked,
Finalized,
Scheduled,
Posted
createdAt
string<date-time>
updatedAt
string<date-time>
linkedIn
object | null

LinkedIn content with assets. Present when the post targets the LinkedIn channel.

x
object | null

X (Twitter) content with assets. Present when the post targets the Twitter channel.

instagram
object

Instagram content. Present when the post targets the Instagram channel. The shape depends on the type field.