Skip to main content
Welcome to the Andoria API- The Andoria API is accessible through our main query endpoint at:

Query Parameters

Andoria Takes in the following query parameters
string
required
The query you want to request Andoria with
ChatMessage[]
The previous messages of the conversation. This is optional, and if not provided, the andoria API will be unable to recount previous elements of the conversation. The ChatMessage type is defined below.
boolean
Whether you want to stream the result. If not provided, will default to false.

Response Parameters

string
The main Andoria response
AndoriaSourceExcerpt[]
A list of all of the sources Andoria used to generate the answer. The AndoriaSourceExcerpt type is defined below.

Sample Queries