Document AI Tools

Document processing, identity verification, and fraud detection. All tools available via API with webhooks and batch processing.

How it works

1

Upload

Send documents via API or drag-and-drop in dashboard.

2

Process

OCR, ML models, and validation run automatically.

3

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
}

Ready to start processing?

Try our demo or contact us for API access.

Try Demo