Document Intelligence API¶
Ingest documents, read the fields extracted from them, and ask questions across a collection.
Everything lives under one base URL:
https://api.futuresmart.ai/document-intelligence/v1
Authenticate with your API key as a bearer token on every call:
curl "https://api.futuresmart.ai/document-intelligence/v1/collections" \
-H "Authorization: Bearer $FS_API_KEY"
Where to go¶
| If you want to | Read |
|---|---|
| Get a first call working | Quickstart |
| Understand one flow properly | Collections, Ingesting documents, Field schema, Extracted fields, Search and chat |
| Look up one endpoint | Reference |
| Handle a failure | Errors |
| Know how fast you may call | Rate limits |
| See what changed | Changelog |
Reading these with a coding agent? Point it at
llms.txt, and append
.md to any page's URL to get its markdown source.
Not written yet
This page is a placeholder. The site's build and hosting are in place; the prose is not. What belongs here:
- What a collection is and what a document is, in two sentences each
- That a collection is not created through this API - it comes from the app, and your key is issued against it
- That ingestion is asynchronous, stated once, early
- How to get an API key, and that it is shown exactly once