Execute a natural language query against your enterprise deployment and return the retrieved data.
Documentation Index
Fetch the complete documentation index at: https://docs.snowleopard.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <api_key>, where <api_key> is your API token provided by the Snow Leopard team during deployment setup.
Natural language query to execute against your dataset
"How many users signed up last month?"
Optional key-value pairs to provide additional context for Snow Leopard to use when answering the question.
{
"user_id": "12345",
"company_name": "Acme Corp"
}Successful query execution
Type discriminator
retrieveResponse Unique identifier for this API call
Array of query results or errors
Status of the API response
SUCCESS