Introduction
Anyformat provides a REST API that allows you to programmatically create extraction workflows, process documents, and retrieve extracted data. The API uses standard HTTP response codes and authentication via API keys. All API requests must use HTTPS and include a trailing slash (/).Base URL
API Endpoints
The API is organized around the following main resources:- Workflows: Create and manage data extraction templates
- Jobs: Process documents and retrieve extracted data
