Creating Posts
Useposts:create to schedule or draft posts to one or more platforms.
Simple Post
Options
| Flag | Description |
|---|---|
-c, --content | Post content. Use multiple times for threads/comments. |
-s, --date | Schedule date in ISO 8601 format (required) |
-t, --type | schedule (default) or draft |
-m, --media | Comma-separated media URLs (use after uploading) |
-i, --integrations | Comma-separated integration IDs (required) |
-d, --delay | Delay between comments in milliseconds (default: 5000) |
--settings | Platform-specific settings as JSON |
-j, --json | Path to a JSON file for complex posts |
Draft Post
Post with Media
Upload your media first with theupload command, then reference the returned URL:
Threads and Comments
Pass-c multiple times to create a thread. Each comment can have its own media with a corresponding -m flag:
-d to control the delay between comments (in milliseconds):
Multi-Platform Post
Send the same content to multiple platforms by passing comma-separated integration IDs:Platform-Specific Settings
Some platforms require additional settings. Pass them as JSON with--settings:
Complex Posts with JSON
For posts with detailed platform-specific content, use a JSON file:post.json:

