Skip to main content
POST
Run a chatbot

Authorizations

Authorization
string
header
required

Bearer token authentication using API key

Path Parameters

id
string
required

Chatbot ID

Body

text
string
required
audio
file

Base64 encoded audio data

conversation_id
string
stream
boolean
default:false

Response

Successful response. Returns regular JSON response or SSE stream based on 'stream' parameter.

status
enum<string>
required
Available options:
success,
failed
conversation_id
string
required
output_message
string
required
follow_up_questions
string[]