Publish everywhere, from one API.
Reach Facebook, Instagram, YouTube, TikTok, X, LinkedIn and more through a single REST endpoint.
Add a complete social back-end to your app, agent, or dashboard in an afternoon. Post, schedule, process media, and pull analytics across every channel - from a single REST endpoint, with webhooks and an MCP server for AI agents built in.
REST + Webhooks · MCP for AI agents · Included on Standard & Premium plans
# Post to every channel from one endpointcurl -X POST https://api.smartlyq.com/v1/social/posts -H "Authorization: Bearer sqk_live_…" -H "Content-Type: application/json" -d '{ "platforms": ["facebook", "instagram", "x", "linkedin"], "content": "Launch day is here 🚀", "media": ["https://cdn.me/launch.mp4"], "schedule_at": "2026-06-12T09:00:00Z" }'{ "id": "job_8fa3c1", "status": "scheduled", "platforms": 4, "webhook": true}The hard part of every network, handled for you.
Every network has its own auth, rate limits, media specs, and failure modes. SmartlyQ normalises all of it behind one consistent API - so you ship features, not integrations.
One payload, every platform
One schema for every network. Send a single payload and we translate it to each platform's format, character limits, and media rules.
"platforms": ["instagram", "x"],"content": "One payload…","media": ["file_id"]Rate limits on autopilot
Per-platform limits handled for you. We queue, throttle, and retry failed sends automatically so you never hit a wall.
// We queue, throttle & retryx-ratelimit-remaining: 482x-ratelimit-reset: 30Real-time webhooks
Subscribe once and get notified on publish, failure, and engagement - no polling required.
{ "event": "post.published", "platform": "linkedin", "url": "https://…/posts/9" }Media formatted per platform
Send a file or a URL. We transcode, resize, and format it to each platform's spec before publishing.
POST /media// transcode + resize per platform"status": "ready"Per-platform scheduling
Queue posts for the perfect moment per platform and per account timezone.
"schedule_at": "09:00","timezone": "per_account"Unified analytics
Pull reach, engagement, and growth across every connected account in a single call - no per-network dashboards to wrangle.
GET /analytics/overview"reach": 128400,"engagement": 8.1Your credentials, or ours
Use SmartlyQ's platform connections or plug in your own app credentials. White-label ready for agencies and SaaS.
"app": "byo","client_id": "your_app_id"Every major network, behind one endpoint.
Connect once and reach every major network your customers publish to. New platforms ship behind the same endpoints - so your code never has to change.
Give your AI agents a social media team.
Connect SmartlyQ to Claude, Cursor, ChatGPT, or any MCP client with a one-click OAuth sign-in - no API key to copy. Your agent can list accounts, draft, schedule, and publish, with the exact permissions you approve.
- One-click OAuth sign-in - connect from claude.ai in seconds, no key paste
- Curated tools plus a search-and-execute facade over the entire API (100+ operations)
- You approve the workspace and the exact scopes on a consent screen
- Same scopes, rate limits, and wallet billing as the REST API
Works in the tools your team already uses
// Just the URL - your client runs the OAuth sign-in{ "mcpServers": { "smartlyq": { "type": "http", "url": "https://mcp.smartlyq.com/mcp" } }}One integration. Anything you build.
The same endpoints power autonomous agents, schedulers, analytics dashboards, and white-label tools. Build whatever your customers need on top.
Let agents run the calendar
Hand your AI agent the keys to publishing. It drafts, schedules, and posts through the MCP server while your scopes and wallet keep everything safe.
- Natural-language scheduling across accounts
- Scopes and billing enforced on every tool call
- No custom platform code to maintain
// Your agent calls a tool - billing & scopes applyawait smartlyq.scheduleSocialPost({ accounts: ["li_42", "x_07"], content: draft, scheduleAt: "friday 9am"})Developer access, included in your plan.
No separate developer tier or per-seat add-on. API and webhook access ships with the Standard and Premium plans you already grow on.
Standard
For small teams and growing creators building on the API.
- Full REST API & webhook access
- MCP server for AI agents
- 500K words / month
- 50 AI images / month
- 5 WordPress sites · 100 articles / month
Premium
RecommendedFor products that need the highest limits and priority support.
- Everything in Standard
- Full REST API & webhook access
- 1M words / month
- 100 AI images / month
- 10 WordPress sites · 250 articles / month
- Advanced priority support
API and webhooks unlock on the Standard and Premium plans. See the full pricing page for current rates, limits, and the latest comparison.
Build your product, not the plumbing.
Spin up an API key and make your first cross-platform post in minutes. No social integrations to build or maintain - ever.
5-minute setup · REST + Webhooks · MCP included