API endpoints for analyzing documents
The Document Analysis API provides advanced document processing capabilities, including text extraction, document parsing, and ID document verification. This API works with files that have been previously uploaded using the Uploads API.
Analyzes a document synchronously, extracting text and other information.
The key of the file in storage (obtained from Uploads API)
Indicates if the analysis was successful
Contains the analysis results
Analyzes a document asynchronously, providing more detailed extraction results.
The key of the file in storage (obtained from Uploads API)
Indicates if the analysis was initiated successfully
Contains the analysis results
Number of text blocks detected in the document
Array of extracted text content
Detailed blocks of text with position information
Detected tables in the document
Detected form fields in the document
Analyzes an ID document, extracting identity information.
The key of the file in storage (obtained from Uploads API)
Indicates if the analysis was successful
Contains the ID document analysis results
Analyzes and parses a document, providing a summary of the document content.
The key of the file in storage
Indicates if the parsing was successful
Contains the parsing results
Array of extracted text content
Number of text blocks detected in the document
Number of tables detected in the document
Number of form fields detected in the document