Skip to main content

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

1

Upload or Reference a Document

Upload a file via /upload to get an aifano:// reference, or pass a public URL directly.
2

Process the Document

Call /parse, /extract, /split, or /edit with your document reference and configuration options.
3

Get Structured Results

Receive structured JSON with extracted text, tables, metadata, and bounding boxes — ready for your application.

Platform Components

ComponentURLDescription
Platform APIplatform.aifano.comREST API for document processing
Studiostudio.aifano.comVisual 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

Next Steps

Quickstart

Parse your first document in under 5 minutes.

Authentication

Set up your API key and start making requests.

API Reference

Explore the full API specification.

Cookbooks

Real-world examples for common use cases.