The unified social inbox API for developers

Read and respond to comments, direct messages, mentions, and reviews from Instagram, Facebook, TikTok, LinkedIn, YouTube, X, and Threads through one REST API. Every platform returns the same Interaction JSON, and real-time webhooks push new events to your app.

Free tier available
Instant API key
MCP server included

Stop building one integration per platform.

Every social network has its own API, auth flow, rate limits, and message schema. A unified inbox API normalizes comments, DMs, mentions, and reviews from all of them into a single consistent shape, so you write your inbox logic once instead of maintaining eight brittle integrations.

What you can do with Unified Inbox API.

Supported

Comments

Read, reply, hide, like, and delete comments across all connected platforms.

Supported

Direct Messages

List conversations, read threads, and send replies through one messaging endpoint.

Supported

Mentions

Track posts and stories that mention or tag your connected accounts.

Supported

Reviews

Read and respond to Google Business Profile reviews through the same unified schema.

Supported

Webhooks

Receive real-time events for new comments, messages, and mentions with signed, retried delivery.

Supported

Unified schema

Every interaction returns the same Interaction JSON regardless of source platform.

See it in action.

Read your unified inbox

api.social-api.ai
1curl -s https://api.social-api.ai/v1/inbox/conversations \
2  -H "Authorization: Bearer <your-api-key>" | jq
3
4# Response (same shape for every platform)
5{
6  "data": [
7    {
8      "id": "socapi_cmt_...",
9      "type": "comment",
10      "platform": "instagram",
11      "author": { "username": "designfan" },
12      "text": "Where can I buy this?",
13      "created_at": "2026-06-01T14:32:00Z"
14    }
15  ],
16  "pagination": { "next_cursor": "<cursor>" }
17}

List the latest interactions across every connected platform with one call. Comments, DMs, and mentions share the same schema; pagination and token refresh are handled for you.

Why developers love Unified Inbox API on SocialAPI.ai

1

One schema for every interaction

Comments, DMs, mentions, and reviews from every platform are normalized into a single Interaction object. Your code reads author, text, timestamps, and IDs the same way whether the source is an Instagram comment or a LinkedIn message, so you build inbox UIs and automations once.

2

Real-time webhooks

Subscribe once and receive signed webhook events for new comments, messages, and mentions across all connected accounts. SocialAPI.ai verifies platform signatures, deduplicates events, and retries delivery with exponential backoff so your inbox stays in sync.

3

Reply from the same API you read with

Responding is symmetric with reading. Reply to a comment, send a DM, or hide a message through the same unified endpoints, and SocialAPI.ai handles per-platform rules like Instagram's 24-hour messaging window behind the scenes.

4

Native MCP server for AI agents

The same unified inbox is exposed as Model Context Protocol tools, so an AI agent can triage and respond to messages across every network without any platform-specific code.

A developer-first alternative to inbox aggregators

Tools like Unipile and respond.io target end users with dashboards. SocialAPI.ai is an API-first unified inbox built for developers and AI agents, with a native MCP server and usage-based pricing.

FAQ

Frequently asked questions.

What is a unified social inbox API?

A unified social inbox API is a single REST API that reads and responds to comments, direct messages, mentions, and reviews across multiple social networks. Instead of integrating each platform separately, you connect accounts once and every interaction returns the same JSON schema. SocialAPI.ai covers Instagram, Facebook, TikTok, LinkedIn, YouTube, X, Google Business reviews and Threads.

Which platforms does the unified messaging API support?

SocialAPI.ai supports Instagram, Facebook, Threads, TikTok, YouTube, X/Twitter, Google Business Profile reviews, and LinkedIn. All return the same Interaction shape, so adding a platform does not change your code.

Does it support real-time webhooks for new messages?

Yes. You can subscribe to webhook events for new comments, direct messages, and mentions across all connected accounts. SocialAPI.ai verifies each platform's signature, deduplicates events, and retries delivery with exponential backoff.

How is this different from Unipile or respond.io?

Unipile and respond.io are primarily end-user products with dashboards. SocialAPI.ai is API-first and built for developers and AI agents: a single REST API plus a native MCP server, with usage-based pricing and a free tier.

Can an AI agent use the unified inbox?

Yes. Every inbox capability is exposed through a native Model Context Protocol (MCP) server, so AI agents in Claude, ChatGPT, or Cursor can read and respond to messages across every connected network without platform-specific code.

Get started today

Ready to unify your social interactions?

Free tier available · No credit card required · Ships with MCP server

We use essential cookies for security, and analytics cookies with your consent. Privacy Policy.