Extractors
Execute Extractor
Execute a defined extractor on a document
Execute Extractor
Execute a predefined extractor on a document to extract specific information. Each extractor is designed to identify and extract particular types of data from documents.
Request
Headers
Bearer token authentication. Example: Bearer YOUR_API_KEY
Path Parameters
The unique identifier (slug) of the extractor to use
Body Parameters
The PDF file to process
Optional webhook URL to receive processing status updates
Example Request
Response
Example Responses
Webhook Notifications
If a callback_url
is provided, you will receive POST requests with status updates:
Each extractor is designed for specific types of documents. Using the wrong extractor may result in incomplete or incorrect data extraction.