Create Article
Create an Article from markdown in one call: draft → title → content → optional cover → optional publish. Publishing requires X Premium.
Authorizations
Your OmniX API key, e.g. omnix_live_.... Billed per call.
Body
The X account auth_token cookie the action runs as.
"YOUR_X_AUTH_TOKEN"
"My first article"
Markdown body (headings, bold/italic, lists, links, images).
"## Hello\n\nThis is **bold** and a list:\n\n- one\n- two"
Publish immediately (Premium-only). Otherwise saved as a draft.
Pre-uploaded cover media id.
Cover image URL to upload.
Cover image base64 to upload.
Optional outbound proxy for this call (http:// or https://, optionally user:pass@host:port). The X request runs through it — useful for geo-routing or spreading calls across IPs. SOCKS proxies are not supported.
"http://user:pass@host:8080"