Prerequisites
- An Aifano account — sign up at studio.aifano.com
- 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
chunks— Document content split into logical sectionsblocks— Individual elements (text, tables, figures) with bounding boxesusage— 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.