Introduction
Easily integrate the Inconvo API with your app.
Base URL
Section titled “Base URL”The base URL for all requests to the Inconvo API is:
https://app.inconvo.ai/api/v1
Authentication
Section titled “Authentication”The Inconvo API uses API keys for authentication. Create, manage, and learn more about API keys in your organization settings.
Remember that your API key is a secret! Do not share it with others or expose it in any client-side code (browsers, apps). API keys should be securely loaded from an environment variable or key management service on the server.
API keys should be provided via HTTP Bearer authentication.
Authorization: Bearer INCONVO_API_KEY
The Conversations API
Section titled “The Conversations API”The Conversations API will generate a model answer to an analysis question through interactions with the attached database.
The model will respond with answers in text, chart or table format.
Create stateful interactions with Inconvo, by calling the API without a conversationId
and using responses conversationId
as input to the next call.