Skip to main content

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

https://api.anyformat.ai/

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
For detailed information on authentication, see the Authentication guide.