AI-powered document scanning that extracts text, amounts, dates, vendors, and line items from any document in seconds.
Drop a receipt, invoice, or any document below. No account needed for your first scan.
Click to upload or drag and drop
PNG, JPG, PDF, TIFF — up to 10MB
Automatically identifies receipts, invoices, tax forms, bank statements, IDs, contracts, medical docs, and more.
Pulls names, addresses, phone numbers, account numbers, and other key entities from any document.
Extracts amounts, line items, tax totals, dates, and vendor info from receipts and invoices.
Gets every word from the document — even handwritten text, stamps, and watermarks.
Simple API. Upload a file, get JSON back. Integrate into any app, workflow, or automation in minutes.
Documents are processed on Cloudflare's global network. Encrypted in transit. Never stored without your permission.
One endpoint. One file. Structured JSON back.
curl -X POST https://api.godmanautomations.ai/api/scan \
-H "X-API-Key: gda_your_api_key_here" \
-F "[email protected]"
# Response:
{
"doc_id": "a1b2c3d4...",
"status": "completed",
"processing_time_ms": 1243,
"result": {
"doc_type": "receipt",
"vendor": "Home Depot",
"date": "2026-02-14",
"amount": 247.83,
"currency": "USD",
"line_items": [
{"description": "PVC Pipe 2in x 10ft", "amount": 12.97},
{"description": "Pool Pump Motor 1.5HP", "amount": 219.99}
],
"confidence": 0.94
}
}Start free. Upgrade when you need more.
For trying it out
For small businesses
For growing teams
For high-volume ops
Let AI do the extraction. You focus on your business.