Verify customer IDs from their own phone.
Show a QR code. Your customer photographs the front and back of their ID in their phone's browser. You get the photos and a status in your own app. No app to install, no hardware to buy.
Works with any modern phone browser · Add it to your product with one API call
From request to decision in four steps
Request
Your system, or a teammate in our web portal, asks for a verification for one customer and gets a QR code.
Scan
The customer scans it with their phone. A guided page opens right in the browser, with no app and no account.
Capture
They photograph the front and back of their ID. An automated visual check runs as soon as the photos arrive.
Decide
You're notified, review the photos, and record a verified or rejected decision under your company name.
Everything you need, nothing you don't
A focused tool for collecting and reviewing ID photos, whether you're a developer or you never want to touch code.
Nothing for customers to install
Verification runs in the phone's browser. A QR code, a link by SMS or email, whatever fits your flow.
Simple REST API and webhooks
Create a request, poll or receive webhooks, download the images. Five endpoints, documented with copy-paste examples.
A web portal, no code needed
Sign in to generate QR codes, watch statuses update live, view the photos and approve or reject with one click.
Automated pre-screen
An OCR check flags blurry or unreadable photos and obviously malformed ID data before a person looks at them.
A permanent audit trail
Every status change is timestamped and attributed, including who made the final call and when.
Your photos stay yours
ID photos are only retrievable with your credentials, and capture links are single-use and expire automatically.
One API call to a QR code
- Register in the portal and get your API key in under a minute
- Get a ready-made QR code image, or just the capture link
- Webhooks on every status change, plus polling as a fallback
- Download front and back images straight into your backend
# Ask for a verification curl -X POST https://vtbl.com/api/verifications \ -H "X-API-Key: $KEY" \ -H "Content-Type: application/json" \ -d '{"customerType":"customer","customerId":"cust_10293"}' # → show this to your customer { "id": "b7e2c1a4-…", "status": "PENDING", "captureUrl": "https://vtbl.com/verify/1k9F…", "qrCodePngBase64": "iVBORw0KGgo…" }
A fast pre-screen, not a black box
DRAWAID's automated check is a visual, OCR-based heuristic. It helps you triage submissions quickly, but it is not a certified identity-verification or KYC/AML service. You review the photos and make the final decision, and that decision is what DRAWAID records as the authoritative outcome.
Start verifying IDs today
Create an account, grab your API key, and send your first QR code in a few minutes.