HelpChat
Ask the documentation assistant
Streams an AI SDK UI message response from the documentation assistant. Browse request parameters, authentication requirements, response payloads, and…
Streams an AI SDK UI message response from the documentation assistant.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
text/event-stream
application/json
application/json
application/json
curl -X POST "https://example.com/api/help/chat" \ -H "Content-Type: application/json" \ -d '{ "messages": [ { "id": "msg_1", "role": "user", "parts": [ { "type": "text", "text": "How do I add a vendor?" } ] } ], "locale": "en", "currentPath": "/vendors/new" }'"string"How is this guide?