EnvoyX API Documentation
AI-powered medical invoice extraction with a simple REST API
15s avg processing • 99.9% uptime • API key authentication
Getting Started
Set up your account and make your first API call in minutes
Invoices
Upload, process, and manage medical invoices via the API
Webhooks
Receive real-time notifications for invoice processing events
WebSockets
Connect to real-time updates via WebSocket for instant notifications
Authentication
Learn about API key authentication and best practices
Dashboard
Analytics, trends, and processing metrics for your invoices
Quick Example
Upload an invoice in 3 lines
curl -X POST https://staging-api.tryenvoyx.com/api/v1/invoices/upload \
-H "X-API-Key: YOUR_API_KEY" \
-F "file=@invoice.pdf"