Quickstart
How to post to social media with an API
Connect accounts, validate a request, and publish with REST or MCP.
1. Connect your accounts
Sign in and authorize your social accounts. Each profile holds one account per network. Check platform availability before subscribing.
2. Create an API key
Create a key for this profile in API keys. Follow the REST instructions or your agent’s MCP setup.
3. Run a free check
List accounts with GET /api/v1/accounts, upload any required media, then send a post with dryRun: true. This validates without publishing or charging. TikTok also requires creator preview and explicit consent for each post.
4. Publish and check delivery
Start a subscription: your first profile gets 3 days free with a card, then $9.99/month. Cancel before the trial ends to avoid a charge. Send POST /api/v1/posts with schedule: "now" or an ISO timestamp and a stable Idempotency-Key. Check GET /api/v1/posts/POST_ID for each network’s delivery status and link.