Create Async Job
Submit multiple documents for asynchronous information extraction processing.
Retrieve Job
Get detailed information about a specific information extraction job, including processing status and results.
List Jobs
Retrieve a paginated list of your information extraction jobs with filtering options.
Examples
Here's a typical workflow for using the async information extraction API:
Request
Response
Schema generation
Generate an extraction schema automatically from up to three sample documents. Covers the request body (model, messages), the chat.completion response carrying the schema, and an example request and response.
Document classification
Classify documents into user-defined types without templates or retraining — request parameters, examples, and response format.