Skip to main content
POST
Score a draft against this account's own posts

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
text
string
required

The draft to score.

Required string length: 1 - 4000
has_image
boolean

True when an image would be attached.

has_video
boolean

True when a video would be attached.

is_quote
boolean

True when the post quotes another post.

post_at
string<date-time>

When it would go out (ISO-8601 with an explicit Z or offset). Defaults to now.

baseline
enum<string>

account (the default) scores against the account's own recent posts; population scores against the average training post. An account with too little history falls back to population.

Available options:
account,
population
account_id
string

Response

The score, the counters, and what helped and hurt.

data
object
meta
object

What the call cost and which account it ran as.