Extract Structured Data - Async Start
Starts an asynchronous operation to extract structured data from a file. Supported file types are image, pdf (more coming soon!). It accepts the file and requested schema for the data to be extracted. It responds with an ID to track the operation status and retrieve the result.
Authorizations
API Key used to authenticate your requests. How to create one.
Path Parameters
Your workspace ID. How to find it?
Body
The request to extract structured data from file
The schema (in JSONSchema) to which the extracted data should conform to. More about JSONSchema
Image file data to extract from
Prompt given to the AI model to help with extraction.
The strategy to extract structured data from a file. Includes the model and type of extraction.
Response
Pending file extraction result
Operation ID
Operation status.
pending