Skip to main content

Prerequisites

  1. An Aifano account — sign up at studio.aifano.com
  2. An API key (starts with ak_live_)

Step 1: Get Your API Key

Navigate to Settings → API Keys in the Aifano Studio and create a new API key. Store it securely — you won’t be able to see it again.

Step 2: Parse a Document

Step 3: Upload and Parse a Local File

If your document isn’t publicly accessible, upload it first:

Understanding the Response

Key fields:
  • chunks — Document content split into logical sections
  • blocks — Individual elements (text, tables, figures) with bounding boxes
  • usage — Pages processed and credits consumed

Next Steps

Extract Data

Extract structured data using JSON schemas.

Async Processing

Process large documents asynchronously.

Cookbooks

See real-world examples.

API Reference

Full API documentation.