SmartlyQ

SmartlyQ

  • Pricing
  • Pricing

SmartlyQ

SmartlyQ API

Stop building one integration per platform. Build one.

One SmartlyQ API call publishes to Facebook, Instagram, YouTube, TikTok, X, LinkedIn and more.

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.

Read the docs

REST + Webhooks · MCP for AI agents · Included on Standard & Premium plans

publish.shbash
# Post to every channel from one endpoint
curl -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"
}'
201 Createdjson
{
"id": "job_8fa3c1",
"status": "scheduled",
"platforms": 4,
"webhook": true
}
Facebook
Instagram
YouTube
TikTok
X
LinkedIn
Pinterest
Threads
Telegram
Reddit
WordPress
Google Business
Facebook
Instagram
YouTube
TikTok
X
LinkedIn
Pinterest
Threads
Telegram
Reddit
WordPress
Google Business
Facebook
Instagram
YouTube
TikTok
X
LinkedIn
Pinterest
Threads
Telegram
Reddit
WordPress
Google Business
Facebook
Instagram
YouTube
TikTok
X
LinkedIn
Pinterest
Threads
Telegram
Reddit
WordPress
Google Business

You build the product. We handle the platforms.

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.

Unified data model

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"]

Intelligent rate limiting

Per-platform limits handled for you. We queue, throttle, and retry failed sends automatically so you never hit a wall.

// We queue, throttle & retry
x-ratelimit-remaining: 482
x-ratelimit-reset: 30

Webhook events

Subscribe once and get notified on publish, failure, and engagement — no polling required.

{ "event": "post.published",
"platform": "linkedin",
"url": "https://…/posts/9" }

Media processing

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"

Advanced scheduling

Queue posts for the perfect moment per platform and per account timezone.

"schedule_at": "09:00",
"timezone": "per_account"

Cross-platform 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.1

Bring your own credentials

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"
SmartlyQ

A dozen platforms. One integration.

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.

Facebook
Instagram
YouTube
TikTok
X
LinkedIn
Pinterest
Threads
Telegram
Reddit
WordPress
Google Business
Model Context Protocol

Give your AI agents a social media team.

Connect SmartlyQ to Claude, Cursor, ChatGPT, or any MCP client. Your agent can list accounts, draft, schedule, and publish — with your API key's scopes and billing enforced automatically.

  • 13 ready-to-use tools, from create_social_post to get_analytics_overview
  • Stateless and secure — every request carries your key, never ours
  • Works with Claude, Cursor, ChatGPT, Windsurf and more
  • Same scopes, rate limits, and wallet billing as the REST API
mcp.jsonjson
{
"mcpServers": {
"smartlyq": {
"type": "http",
"url": "…railway.app/mcp",
"headers": {
"Authorization": "Bearer sqk_live_…"
}
}
}
}
SmartlyQ agent · MCP
Schedule a launch announcement for Friday 9am on LinkedIn and X.
On it. I'll draft the post and queue it on both accounts.
schedule_social_post(accounts: [li_42, x_07], at: 'Fri 09:00')
Done ✓ Two posts scheduled for Friday 09:00. I'll let you know the moment they publish.
12+Platforms from one call
55+REST API endpoints
13MCP tools for AI agents
1Integration to maintain

One API. Many products.

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
agent.tsts
// Your agent calls a tool — billing & scopes apply
await 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

Recommended

For 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
Compare all plans & pricing →

API and webhooks unlock on the Standard and Premium plans. See the full pricing page for current rates, limits, and the latest comparison.

Ship the interesting part.

Spin up an API key and make your first cross-platform post in minutes. No social integrations to build or maintain — ever.

Read the docs

5-minute setup · REST + Webhooks · MCP included