For developers
One API. Seven social platforms.
From ₹999/month.
Post, schedule, and generate AI captions across Instagram, Facebook, LinkedIn, YouTube, Telegram, Reddit, and Bluesky — with one REST call. Comparable APIs start at $149–599/month. Ours starts at ₹999, and your AI agents can use it directly over MCP.
Quickstart — first post in 2 minutes
- Buy a plan on the services page — your API key (
zest_live_…) arrives by email instantly. - Connect at least one platform (Telegram is the fastest — see below).
- Send your first post:
curl -X POST https://api.zestforai.com/api/v1/public/social/post \
-H "X-API-Key: zest_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"text": "Hello from one API call 🚀",
"platforms": ["telegram", "bluesky"],
"media_urls": []
}'Endpoints
Base URL: https://api.zestforai.com/api/v1/public/social · Auth header: X-API-Key · All responses: {"status","data","message"}
POST /post — publish now
Body: text (1–5000 chars), platforms (1–7 names), media_urls (optional, up to 10). Failures are isolated per platform — one platform failing never blocks the others.
POST /schedule — publish later
curl -X POST https://api.zestforai.com/api/v1/public/social/schedule \
-H "X-API-Key: zest_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"text": "Scheduled post",
"platforms": ["telegram"],
"scheduled_at": "2026-07-10T09:00:00Z"
}'Runs on our own scheduler (5-minute sweep). Manage with GET /scheduled and DELETE /scheduled/{post_id}.
POST /generate-caption — AI captions
curl -X POST https://api.zestforai.com/api/v1/public/social/generate-caption \
-H "X-API-Key: zest_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"topic": "launch week for my app", "platform": "linkedin", "tone": "engaging", "language": "English"}'GET /platforms · GET /usage
What's connected, and how much of your monthly quota is used.
Connecting your accounts
Telegram — POST /connect/telegram with your channel ID (add our bot as admin). Live in 1 minute.
Bluesky — POST /connect/bluesky with your handle + app password.
Reddit / YouTube / LinkedIn / Instagram + Facebook — OAuth: open GET /connect/{platform}/start in a browser, approve, done.
Platform availability (honest status)
⏳ = waiting on the platform's app approval process (Meta/LinkedIn/Google review our app, not yours). These activate for all customers automatically once approved — no code change on your side.
MCP — let your AI agent post for you
The same API is exposed as an MCP server, so Claude, Cursor, or any MCP-capable agent can post to all your platforms as a native tool:
{
"mcpServers": {
"zestforai-social": {
"url": "https://api.zestforai.com/api/v1/mcp/social/sse",
"headers": { "Authorization": "Bearer zest_live_YOUR_KEY" }
}
}
}Pricing
AI captions included on every plan. Prices in INR via Razorpay or USD via card. Compare: Ayrshare's business plan is $599/month.
Why is this so much cheaper?
We built our own posting engine on each platform's free official API — no aggregator in the middle taking a cut. It's the same engine that runs our own seven businesses' social accounts every day. You're buying the tool we use ourselves.