Skip to main content

Base URL

All API requests are made to:

Authentication

Every request requires a Bearer token in the Authorization header:
API keys are created in the Aifano Studio under Settings → API Keys. See Authentication for details.

Request Format

All endpoints accept JSON request bodies with Content-Type: application/json:

Response Format

Responses are JSON with a consistent structure. Successful responses include:
Error responses include an error field:
See Response Format and Error Codes for details.

Endpoints Overview

Document Processing

Pipelines

Files & Jobs

Input Types

All processing endpoints accept a document reference via the input field:

SDKs & Libraries

Python

JavaScript / TypeScript

SDKs are coming soon. In the meantime, use the REST API directly with any HTTP client.

Need Help?