Create Tweet
Post a tweet as the auth_token owner. Optionally a reply, a quote, and with media (by id, URL, or inline base64).
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"
Tweet body.
"Hello from OmniX 👋"
Reply to this tweet ID.
Quote this tweet ID.
Quote tweet by URL (id is parsed from it).
Pre-uploaded media ids (see Upload Media).
Image/video URLs to upload and attach.
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"