Skip to main content

Chat API

Interactive chat bot style conversation for item discovery. Pass in conversation_id to continue an existing conversation.

Endpoint

Request Body (ChatRequest)

Event Object Structure

The events array contains a list of Event objects, each describing a user interaction or context relevant to the conversation.

Example Request

Response Body (ChatResponse)

Example Response

Responses

  • 200 OK: Successful Response (ChatResponse)
  • 422 Validation Error: (HTTPValidationError)