Endpoints
Response
Execute a natural language query and return the summarized results in natural language.
POST
Authorizations
Bearer authentication header of the form Bearer <api_key>, where <api_key> is your auth API key. Create an api_key
Path Parameters
Unique identifier for the Playground datafile to query
Body
application/json
Response
Streaming response with newline-delimited JSON objects
- responseStart
- responseData
- responseResult
- earlyTermination
Stream of JSON objects, one per line, in order: ResponseStart, ResponseData, ResponseLLMResult (or EarlyTermination)