Full programmatic access to your Botkontor AI agent. Send messages, receive webhooks, sync conversations with your CRM, or build entirely custom chat frontends. The API gives you complete control.
Create an API key in your Botkontor dashboard with the permissions you need.
Use our REST API to send a message to your agent and receive an AI-powered response.
Configure webhook URLs to receive real-time notifications when events occur.
Use the API to connect Botkontor with any system — CRM, helpdesk, mobile app, or custom frontend.
# Send a message to your agent
curl -X POST https://api.botkontor.com/v1/conversations \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"bot_id": "YOUR_BOT_ID",
"message": "What are your opening hours?",
"visitor": {
"name": "Jane Doe",
"email": "jane@example.com"
}
}'Set up REST API in under 5 minutes. Free plan included.
Start free →