Integrate Softicaton into any platform with our API
Get your Bot ID
Find it in Dashboard → Agents → Your Bot
Send a chat message
POST to /bots/{bot_id}/chat
Receive AI response
Get JSON with the bot's reply
https://api.softicaton.comAll endpoints are relative to this base URL. For local development, use http://localhost:8000
Endpoints marked with Auth require a Bearer token in the Authorization header:
Authorization: Bearer YOUR_ACCESS_TOKENGet your access token by calling the /auth/login endpoint.
Send and receive chat messages
Manage your AI agents
Access conversation history
Manage knowledge base documents
Manage access tokens
Need help? Contact support@softicaton.com