Features

Base URL

All requests contain the following base URL:
https://api.staging.qontext.ai/v1

Authentication

For authentication, it’s required to include an X-API-Key header. The header should contain your API Key, for example:
X-API-Key: q-123456789

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.
StatusDescription
200Request was successful.
400Verify the correctness of the parameters.
401The API key was not provided.
404The requested resource could not be located.
5xxSignifies a server error with Qontext.