Run Extractor
Run a custom extractor on a document
Run Extractor
Run a custom 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.
Next Step: Poll for Completion
After you run an extractor the status will be PENDING
. Call Get Document periodically using the returned id
until status
changes to COMPLETED
or FAILED
. The output_file_url
field will then be available for download.