Skip to main content
POST
Publish, schedule, cancel, or direct-publish (as-is) social content

Authorizations

Authorization
string
header
required

Bearer citedy_agent_* key

Body

application/json
adaptationId
string<uuid>
required
action
enum<string>
required
Available options:
now,
schedule,
cancel
platform
enum<string>
required
Available options:
facebook,
linkedin,
x_article,
x_thread,
reddit,
threads,
instagram,
instagram_reels,
youtube_shorts
accountId
string<uuid>
required
scheduledAt
string<date-time>

Required if action=schedule. Must be a future date.

Response

Publish action completed

success
boolean
required
action
enum<string>
required
Available options:
now,
schedule,
cancel,
publish_raw
adaptationId
string<uuid>
required
postId
string | null

Present when action=now

platformPostId
string | null

Present when action=publish_raw

scheduledAt
string<date-time> | null

Present when action=schedule

messageId
string | null

QStash message ID for scheduled publish

deduplicated
boolean

True if publish was skipped because already published

warning
string

Present when publish_raw encounters a non-fatal issue