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

Base URL

https://api.getdecisional.ai/api/v1

Response Codes

CodeDescription
200Success
201Created
400Bad Request
404Not Found
500Server Error