Document AI Tools
Document processing, identity verification, and fraud detection. All tools available via API with webhooks and batch processing.
Document Processing
Bank Statement Analysis
Analyze transactions from UAE banks. All major formats supported.
Invoice Processing
Extract line items, amounts, and vendor details from invoices.
Fraud Detection
Verification
Emirates ID Verification
OCR and NFC chip reading. Photo extraction included.
Passport Scanner
MRZ parsing, data extraction from 100+ passport types.
Company Sentiment
Analyze news and public data for company risk signals.
Business Due Diligence
Cross-verify documents, check domains, validate company data.
How it works
Upload
Send documents via API or drag-and-drop in dashboard.
Process
OCR, ML models, and validation run automatically.
Get Results
Structured JSON via webhook or API response.
Built for integration
All tools share a consistent API. Same authentication, same response format, same webhooks. Add new document types without changing your code.
- API access:All tools
- Batch processing:Supported
- Webhooks:Real-time
- Output format:JSON
- Arabic support:Native
POST /api/v1/process
Authorization: Bearer sk_live_...
Content-Type: application/json
{
"file_url": "https://...",
"password": "optional_pdf_password",
"webhook_url": "https://your-app.com/webhook",
"webhook_secret": "whsec_...",
"metadata": { "user_id": "123" }
}
// Response
{
"id": "doc_7f3k9x",
"status": "processing",
"type": "bank_statement",
"pages": 12,
"estimated_credits": 3
}