Introduction
This is an overview of the Decisional APIs
Decisional is an AI Agent for Deep Financial Work. It supports processing workflows on top of collections of unstructured data i.e data_sources
which are called as knowledge_engines
.
The Knowledge Engine API provides endpoints for creating and managing knowledge engines. All API endpoints are under the /v1
path.
In order to support deep work optimized for domains of higher complexity, accuracy and transparency, Decisional supports the following unique features:
Features
-
Query answering on collections of unstructured data in multiple file formats (pdf, xlx, docx, ppt)
-
Citations that link back to original sources on the respective pages
-
Support multiple models with a RAG architecture tuned to perform better on complex documents
-
Proprietary ingestion that supports not just text layer parsing but also vision layer parsing through VLMs
Authentication
The Knowledge Engine, Data Sources and Workflows API uses HTTP Basic Authentication. Include an Authorization header with your API key encoded in Base64 format. API keys are provided when you register for the Decisional platform and follow the format ‘dcl-[unique-identifier]’. All API requests must include this authentication header.
Generate your API Key
-
Enter your userid and password
-
Go to the Console Section and “Create a New Key”
Base URL
Response Codes
Code | Description |
---|---|
200 | Success |
201 | Created |
400 | Bad Request |
404 | Not Found |
500 | Server Error |