What is Aifano?
Aifano is a document intelligence platform that converts unstructured documents — PDFs, images, spreadsheets, and more — into structured, machine-readable data. Whether you’re building an AI pipeline, automating data entry, or extracting insights from thousands of documents, Aifano provides the APIs to get it done.Core Capabilities
Parse
Convert documents into structured JSON with text, tables, figures, and bounding boxes. Supports OCR, layout detection, and multi-language documents.
Extract
Pull structured data from documents using a JSON schema. Define what you need, and Aifano extracts it — invoices, contracts, forms, and more.
Split
Automatically split multi-section documents into logical parts. Ideal for contracts, reports, and bundled document packages.
Edit
Modify documents programmatically using natural language instructions. Redact, transform, or update content at scale.
How It Works
Upload or Reference a Document
Upload a file via
/upload to get an aifano:// reference, or pass a public URL directly.Process the Document
Call
/parse, /extract, /split, or /edit with your document reference and configuration options.Platform Components
| Component | URL | Description |
|---|---|---|
| Platform API | platform.aifano.com | REST API for document processing |
| Studio | studio.aifano.com | Visual playground to test and configure processing |
Supported Document Types
Aifano processes a wide range of document formats:- PDFs — Native text, scanned, and mixed
- Images — PNG, JPEG, TIFF, BMP, WebP
- Spreadsheets — XLSX, XLS, CSV
- Documents — DOCX, DOC, PPTX
- Other — HTML, RTF, and more