What is SocialAPI.AI?
SocialAPI.AI gives your application a single endpoint to read and respond to every customer interaction across platforms. Instead of integrating 8+ social APIs, you integrate once.Quickstart
Make your first API call in 5 minutes.
API Reference
Full reference for every endpoint.
Platform support
Which platforms support which interaction types.
How it works
- Connect a social account via OAuth (
POST /v1/accounts/connect) - Read comments, DMs, reviews, or mentions (
GET /v1/accounts/:id/comments) - Respond with a single reply endpoint (
POST /v1/accounts/:id/interactions/:iid/reply)
socapi_cmt_, socapi_rev_, socapi_dm_, socapi_mnt_) so your code can dispatch without a database lookup.