Spaces:
Sleeping
Sleeping
metadata
title: DocVerify AI - HR Document Verification
emoji: π
colorFrom: green
colorTo: blue
sdk: docker
pinned: false
license: mit
app_port: 7860
DocVerify AI
AI-powered HR document verification using Gemini 3 Flash vision, EasyOCR, and forensic forgery detection.
API runs on port 7860. Set these secrets in Space Settings:
DATABASE_URLβ Supabase PostgreSQL connection stringGEMINI_API_KEYβ Primary Gemini keyGEMINI_API_KEYSβ Comma-separated failover keys (key2,key3,key4,key5)GEMINI_MODELβgemini-3-flashCORS_ORIGINSβ Your Netlify URL (e.g.https://docverify.netlify.app)EASYOCR_GPUβfalse
Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /health |
Health check |
| POST | /upload |
Upload document |
| POST | /analyze/{doc_id} |
Run AI analysis |
| GET | /status/{doc_id} |
Get result |
| GET | /documents |
List all |
| GET | /documents/stats |
Dashboard stats |