Skip to main content

Base URL

https://api.social-api.ai/v1

Authentication

All endpoints require a Bearer token:
Authorization: Bearer soc_live_...
See Authentication for details.

Interaction ID prefixes

SocialAPI.AI IDs encode their type in a prefix so you can dispatch replies without a database lookup:
PrefixType
socapi_cmt_Comment
socapi_rev_Review
socapi_dm_Direct message
socapi_mnt_Mention

Error format

All error responses use the same shape:
{
  "error": "human-readable message",
  "code": "machine_readable_code"
}
HTTP statusMeaning
400Invalid request parameters
401Invalid or missing API key
403Feature not available on your plan
404Account or resource not found
429Daily rate limit exceeded
501Platform does not support this operation