Configure document processing and business-rule evaluation from one organization workspace.
Upload a supported PDF, image, Word, Excel, text, or JSON file — or send it through the API.
Lucid AI classifies, extracts the fields you need, and checks them.
Smart Rules applies business rules and decision tables to return clear outcomes.
Use them together for end-to-end automation, or adopt either on its own.
Document intelligence
Turn supported business documents into structured, validated data.
Smart classification
Configured document types are identified automatically.
Field extraction
Define the fields you need per type; AI finds the values.
Built-in validation
Required fields, regex, range, cross-field, and AI checks.
Human-in-the-loop review
A review queue with confidence scoring for what AI is unsure about.
Business rules engine
Define reusable business logic and evaluate structured data without application code.
Rule authoring
Define conditions, severity, messages, and resolution guidance.
Decision tables
Manage complex branching logic as readable tables.
Test before you ship
Dry-run rules against sample data and see every outcome.
Works with structured data
Evaluate Lucid output or other JSON-shaped business data.
One subscription covers both Lucid AI and Smart Rules. Start free, upgrade as usage grows.
Upload documents through the Lucid API and retrieve structured JSON for your applications and business-rule workflows.
curl -X POST https://qawaid.ai/api/v1/documents/upload \ -H "X-API-Key: $QAWAID_API_KEY" \ -F "file=@invoice.pdf"# Response{ "id": "doc_abc123", "status": "processing", "classified_as": "invoice" }