Skip to main content
POST

Authorizations

Authorization
string
header
required

Your API key as a bearer token: Authorization: Bearer mod_live_…. (You can also send it as x-api-key.)

Body

application/json
channels
string[]
required

Connection ids from GET /channels.

Minimum array length: 1
text
string

Single-post text. Use this or thread.

thread
string[]

Multi-part thread (X). Other platforms join the parts.

media
string[]

Up to 4 image ids from POST /media. Attached to the first post.

scheduled_for
string<date-time>

ISO 8601. Omit to publish as soon as possible.

points
integer
default:20

Points to claim for this post (admin-reviewed).

draft
boolean
default:false

Save as a draft instead of publishing/scheduling. When true, scheduled_for is ignored and nothing is queued.

Response

Created

data
object[]