Skip to main content
POST
Create posts

Authorizations

Authorization
string
header
required

Workspace API key from Settings → Public API.

Body

application/json
type
enum<string>
required
Available options:
draft,
schedule,
now
Example:

"schedule"

Convert eligible links to tracked short links.

tags
object[]
required
posts
object[]
required
order
string

Client-defined ordering value.

republish
boolean
default:false

Allow a previously published post to be published again.

autoSchedule
boolean
default:false

Use the posting schedule of each connected account.

autoScheduleOptions
object
date
string

UTC publish time. Required unless autoSchedule is true.

Example:

"2026-09-01T09:00:00.000Z"

repeat
object
recycle
object

Response

postId
string
required
Example:

"clz8v2f6r0001k9p8t5m3w7q1"

integration
string
required

The connected account ID used to create the post.

Example:

"clz8tq4ka0001m8p7y6n5r3d2"

Last modified on August 26, 2026