Overview

The AnyParser API has synchronous endpoints for its parsing and extraction features. These are a blocking and will return the results of the parse or extraction. It will time out after 30 seconds. This works well for shorter and simple files.

Here’s an overview of the endpoints:

EndpointDescription
/parseParses the entire content of a file into markdown
/extract_piiExtracts Personally Identifiable Information (PII) from a file
/extract_tablesExtracts tables from a file
/extract_key_valueExtracts key-value information from a file
/extract_resume_key_valueExtracts candidate’s information from a resume
/queryQuery to see how many pages you have left for your api key