Unified inbox
Read and respond to comments, DMs, mentions, and reviews across platforms via one endpoint that returns the sameInteraction schema, so your inbox logic is written once.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Common ways developers and AI agents use the SocialAPI.ai unified social media API: unified inbox, management, publishing, and AI agents.
Interaction schema, so your inbox logic is written once.
curl https://api.social-api.ai/v1/inbox/conversations \
-H "Authorization: Bearer $SOCAPI_KEY"
curl https://api.social-api.ai/v1/posts \
-H "Authorization: Bearer $SOCAPI_KEY"
curl -X POST https://api.social-api.ai/v1/posts \
-H "Authorization: Bearer $SOCAPI_KEY" \
-H "Content-Type: application/json" \
-d '{
"text": "Hello from SocialAPI!",
"publish_now": true,
"targets": [{ "account_id": "acc_01HZ9X3Q4R5M6N7P8V2K0W1J" }]
}'