API Reference for directly calling AnyParser API
The AnyParser API is a real-time parser designed to extract content from various file formats, including PDFs and DOCX files. The API accepts file content encoded in base64, processes it, and returns the parsed data in markdown format.
The SDK processes the following types of files:
docx
, pptx
png
, jpg
, jpeg
The AnyParser API has the following features:
In the AnyParser API, you can use either the sync or async endpoints.
If you’d prefer to use the AnyParser SDK, please refer to the SDK Reference
API Reference for directly calling AnyParser API
The AnyParser API is a real-time parser designed to extract content from various file formats, including PDFs and DOCX files. The API accepts file content encoded in base64, processes it, and returns the parsed data in markdown format.
The SDK processes the following types of files:
docx
, pptx
png
, jpg
, jpeg
The AnyParser API has the following features:
In the AnyParser API, you can use either the sync or async endpoints.
If you’d prefer to use the AnyParser SDK, please refer to the SDK Reference