Back to Home

REST API Reference

Integrate Softicaton into any platform with our API

Quick Start

1

Get your Bot ID

Find it in Dashboard → Agents → Your Bot

2

Send a chat message

POST to /bots/{bot_id}/chat

3

Receive AI response

Get JSON with the bot's reply

Base URL

https://api.softicaton.com

All endpoints are relative to this base URL. For local development, use http://localhost:8000

Authentication

Endpoints marked with Auth require a Bearer token in the Authorization header:

Authorization: Bearer YOUR_ACCESS_TOKEN

Get your access token by calling the /auth/login endpoint.

Chat

Send and receive chat messages

Bots

Manage your AI agents

Conversations

Access conversation history

Documents

Manage knowledge base documents

Authentication

Manage access tokens

Need help? Contact support@softicaton.com