Build your chatbot UI using our streaming chat endpoint, which is fully compatible with Vercel AI SDKs such as useChat.
/chat/{token}/stream
Replace {token}
with the actual chat token assigned to the user.
ai/react
for a reactive chat interface.
Name | Required | Type | Description |
---|---|---|---|
token | Yes | string | The unique chat session token assigned to the user |
accept: application/json