Execute a natural language query and return the summarized results in natural language.
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 auth API key. Create an api_key
Unique identifier for the Playground datafile to query
Natural language query to execute against the Playground datafile
"How many superheroes are there?"
Optional key-value pairs to provide additional context for Snow Leopard to use when answering the question.
{
"user_id": "12345",
"company_name": "Acme Corp"
}Streaming response with newline-delimited JSON objects
Stream of JSON objects, one per line, in order: ResponseStart, ResponseData, ResponseLLMResult (or EarlyTermination)