Skip to main content

ezdocs API Documentation

Process documents using our API

🔍

Intelligent Document Processing

Process PDF and image documents through our advanced OCR and data extraction technology. Extract structured information with high precision.

🔌

Flexible Integration

Easily integrate with your existing workflows. Submit documents via file upload or URL and receive structured data in return.

Reliable Results

Get high-confidence data extraction with detailed metadata including coordinates and confidence scores for complete transparency.

Simple, Powerful API

Our RESTful API makes document processing straightforward. Submit your documents and get structured data in return.

See Full Documentation
# Extract data with a simple API call
curl -X POST \
  https://api.ezdocs.ai/beta/pipelines/execute \
  -H 'X-API-Key: your_api_key_here' \
  -F 'file=@/path/to/invoice.pdf' \
  -F 'pipeline_code=pl-invoice-extract'