Submit a document to this endpoint, which will categorize it into the correct document type. It then returns the document split into its respective type and provides the extracted key-value pairs of essential information for each categorized document.
Analyze Document
endpoint processes and analyzes multiple documents to extract important information. Here’s a detailed breakdown of its functionality:
Represents a request for document analysis. The object can contain either a file or a URL pointing to the document to be analyzed. The properties are mutually exclusive, meaning you should provide either a file or a URL, but not both.
Successful Response
The JSON response format for each document type can be referenced here. By using this endpoint, you can efficiently manage and process multiple documents, obtaining structured and relevant information from them.