Chat with Profile
POST
/api/chat/{chatbotId}/profile/{profileId}
Send a message using a pre-configured user profile
Authorizations
ApiKeyAuth
API key for authentication. Get your API key from the dashboard.
TypeAPI Key (header: X-Api-Key)
Parameters
Path Parameters
chatbotId*
Typestring
RequiredprofileId*
Typestring
RequiredRequest Body
application/json
JSON
{
"message": "string",
"conversationId": "string"
}
Responses
SSE stream with chat response
text/event-stream
JSON
[
]