create_article
Create and optionally publish long-form Twitter/X articles in a single API call. Supports Markdown content, title, and cover image.
Instructions
Create (and optionally publish) a long-form Twitter/X article in one call
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Article title. | |
| content | Yes | Article body in Markdown. H1/H2 only, no code blocks, no inline links. | |
| publish | No | If true, publish immediately after creation. Otherwise saved as draft. | |
| cover_media_id | No | Pre-uploaded media id (from /media/upload). | |
| cover_image_url | No | URL to fetch and upload as the cover. | |
| cover_image_base64 | No | Base64-encoded cover image. |