API Reference
Extract Information Asynchronously
Extract structured information from documents asynchronously
POST
This API requires authentication. See our Authentication Guide for details.
Features
- Supports PDF and image files (jpg, jpeg, png)
- Accepts URLs or base64-encoded file content
- Maximum file size: 10MB
- Supports both direct schema and template-based extraction
- Returns immediately with a task_id for status tracking
- Optional callback URL for webhook notification when processing completes
Request Body
Document to process (either URL or file content)
URL of the document to process
Base64 encoded file content
Extraction schema definition
ID of a saved extraction template
Optional URL for webhook notification when processing completes
Authorizations
Enter your API key
Body
application/json
Request model for asynchronous extraction

