Skip to main content
POST

Authorizations

Authorization
string
header
required

A SuperX API key ("sxk_..."), created in the SuperX app under Account > API / MCP / CLI. Keys are server-side secrets.

Body

application/json

Exactly one of post_id and post is required.

post_id
string

An X post id. The API reads the post live, which costs one live lookup on top of the credit.

Pattern: ^[0-9]{1,25}$
post
object

A post, supplied by you rather than read from X.

conversation
object[]

The thread so far, OLDEST FIRST, so the reply fits the conversation.

Maximum array length: 10
quoted_post
object

The post that the post being replied to quotes. Filled in automatically when you pass post_id.

thoughts
string

What the person wants the reply to convey. Ask them; do not invent an opinion for them.

Maximum string length: 2000
tone
enum<string>
Available options:
engaging,
humorous,
creative,
sarcastic,
inspirational,
concise
account_id
string

Response

The reply draft.

data
object
meta
object

What the call cost and which account it ran as.

note
string