Features
Ingestion
Ingest data from text, markdown or a website URL by using the ingestion
endpoint.
Retrieval
Retrieve context or get a contextualized answer by calling the retrieval
endpoint.
Base URL
All requests contain the following base URL:Authentication
For authentication, itβs required to include anX-API-Key
header. The header should contain your API Key, for example:
Response codes
Qontext employs conventional HTTP status codes to signify the outcome of your requests. Typically, 2xx HTTP status codes denote success, 4xx codes represent failures related to the user, and 5xx codes signal infrastructure problems.Status | Description |
---|---|
200 | Request was successful. |
400 | Verify the correctness of the parameters. |
401 | The API key was not provided. |
404 | The requested resource could not be located. |
5xx | Signifies a server error with Qontext. |