Skip to main content
Handle user support messages with AI-powered responses and optional agent escalation.

Endpoint

POST /functions/v1/support-chat

Request body

ParameterTypeDescription
conversation_idstringExisting conversation ID
messagestringUser’s message

Response

{
  "response": "Great question! Here's how to create your first reel...",
  "conversation_id": "uuid",
  "escalated": false
}
When escalated is true, the conversation has been routed to a human support agent.