Base URL
Authentication
All endpoints require a Bearer token:Interaction ID prefixes
SocialAPI.AI IDs encode their type in a prefix so you can dispatch replies without a database lookup:| Prefix | Type |
|---|---|
socapi_cmt_ | Comment |
socapi_rev_ | Review |
socapi_dm_ | Direct message |
socapi_mnt_ | Mention |
Error format
All error responses use the same shape:| HTTP status | Meaning |
|---|---|
400 | Invalid request parameters |
401 | Invalid or missing API key |
403 | Feature not available on your plan |
404 | Account or resource not found |
429 | Daily rate limit exceeded |
501 | Platform does not support this operation |