Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developers.sapot.ai/llms.txt

Use this file to discover all available pages before exploring further.

Sapot Chat API

Build powerful integrations with Sapot Chat using our comprehensive REST APIs.

Application APIs

Manage agents, contacts, conversations, inboxes, messages, and more

Platform APIs

Administrative control for accounts, users, and agent bots

Client APIs

Build custom chat interfaces for your end users

Other APIs

CSAT surveys and additional endpoints

Base URL

All API requests should be made to:
https://chat.sapot.ai/

Authentication

Sapot Chat APIs use API access tokens for authentication. You can find your access token in the Sapot Chat dashboard under Settings > Account Settings > Access Token. Include the token in your request headers:
curl -H "api_access_token: your_access_token" \
  https://chat.sapot.ai/api/v1/accounts/{account_id}/conversations

API Categories

CategoryUse CaseAuth Type
Application APIsDay-to-day operations — agents, conversations, contacts, messagesUser access token
Platform APIsMulti-tenant management — accounts, users, agent botsPlatform app token
Client APIsEnd-user facing — create contacts, send messages from widgetContact inbox token

Support