SmartlyQ

SmartlyQ

  • Pricing
  • Pricing

SmartlyQ

Subscribe
to our newsletter

Subscribe to our newsletter to get the latest news and updates.

Loading form...

SmartlyQ

FacebookXInstagramYoutubeLinkedInTikTok
SmartlyQ - Create content that sells, instantly | Product Hunt

Product

AI Chatbots

Video Editor

Courses

Store

SEO Suite

AI Visibility

Article Generator

Developer API

Comparison

vs GoHighLevel

vs HubSpot

vs Jasper

vs Hootsuite

vs Mailchimp

vs Semrush

vs Kajabi

vs Opus Clip

vs Submagic

All comparisons

Alternatives

Resources

About Us

Careers

Contact Us

Blog

AI Marketing Glossary

AI Visibility Checker

Platform Schedulers

Documentation

Tutorials

Use Cases

Agencies

Ecommerce

Marketers

Advertisers

Coaches & Consultants

My Account

Login

Get Started

Status

Roadmap

Legal

Terms of Services

Privacy Policy

Cookies Policy

Sub-processors

Data Processing Agreement

Refund Policy

Affiliates

Copyright 2025 © Smartlyq.com Created by Web-Net Digital Agency all rights reserved

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

Claude logo
Claude
Claude Code logo
Claude Code
ChatGPT logo
ChatGPT
Cursor logo
Cursor
Windsurf logo
Windsurf
GitHub Copilot logo
GitHub Copilot
Perplexity logo
Perplexity
mcp.jsonjson
// Just the URL — your client runs the OAuth sign-in
{
"mcpServers": {
"smartlyq": {
"type": "http",
"url": "https://mcp.smartlyq.com/mcp"
}
}
}
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
100+REST API endpoints
MCPOAuth server 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