Back to catalog
📄

OCR AI

API Key

Document validation API using OCR and AI. Automatically extracts data from documents  and compares it with user-provided data to verify consistency

📄Documents & ProductivityHTTPS

Text Extraction Result

OCR AI Document

Document IdDoc_7b3f1e9a2c854d06
Extracted TextInvoice #INV-2026-0042 — Total Due: $3,750.00
LanguageEn
Confidence99.2
Page Count1

Sample Response

response.json
1{
2 "document_id": "doc_7b3f1e9a2c854d06",
3 "extracted_text": "Invoice #INV-2026-0042 — Total Due: $3,750.00",
4 "language": "en",
5 "confidence": 99.2,
6 "page_count": 1
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://ocrai.xyz" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs