Dashboard

Chat API Endpoints

Send messages and receive AI responses programmatically

Streaming Support
Chatbot-configured rate limits

Overview

The Chat API allows you to integrate your chatbot into any application

Use this API to send messages to your chatbot and receive AI-powered responses. The API supports both streaming (real-time) and non-streaming responses, making it suitable for various integration scenarios.

Conversation History

Maintain context across messages

Streaming Responses

Real-time token-by-token output

Knowledge Base

Responses use your trained data

Base URL

https://your-domain.com/api/v1/chatbots/{chatbotId}/chat

Quick Example

Send your first message in seconds

curl -X POST https://your-domain.com/api/v1/chatbots/{chatbotId}/chat \
  -H "Authorization: Bearer sk-workspace_xxxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{
    "message": "Hello, how can you help me?"
  }'
    PollyBot.ai - Smart Conversations, Seamless Automation