Widget Chat
POST
/widget/chat/{chatbotId}
Send a message via widget (SSE streaming response)
Authorizations
ApiKeyAuth
API key for authentication. Get your API key from the dashboard.
Type
API Key (header: X-Api-Key)
Parameters
Path Parameters
chatbotId*
Type
Requiredstring
Request Body
application/json
JSON "message": "string", "conversationId": "string", "birthData": { "date": "string", "time": "string", "latitude": 0, "longitude": 0, "placeName": "string", "timezone": "string" }
{
}
Responses
SSE stream with chat response
text/event-stream
JSON
[
]