VERI's own authentication engine, delivered as a simple API. Send photos, get a verdict and a public certificate back — for marketplaces, dealers, insurers and auction houses that verify hundreds of watches, not one.
How it works
Integrate once. Your system sends the watch; VERI returns an authenticity verdict, a confidence score and a certificate you can show your buyer.
POST the photos plus the brand, model and reference to the VERI endpoint with your API key.
Our engine checks it against our authentication knowledge base and returns a verdict — authentic, counterfeit or inconclusive — with a confidence score.
Each check mints a permanent Verified by VERI certificate ID that any buyer can look up independently.
# Authenticate a watch curl -X POST "https://api.veri.app/verify" \ -H "x-api-key: veri_live_••••••••" \ -H "content-type: application/json" \ -d '{ "brand": "Rolex", "model": "Submariner 126610LN", "images": ["https://…front.jpg", "https://…caseback.jpg"] }' # → response { "certificate_id": "VERI-9F3A-2C71", "verdict": "Verified", "confidence": 94, "brand": "Rolex", "model": "Submariner 126610LN" }
Endpoint shown as a friendly alias — swap in your live URL. Quota exceeded → 429 · bad or suspended key → 401.
Why VERI
VERI runs its own authentication engine — no dependency on any cloud service, no per-check pass-through cost. The engine and the data are ours.
Seconds per check, a simple REST call, and a monthly quota that grows with you. Verify one watch or ten thousand.
Every check becomes a public "Verified by VERI" record. Show it on a listing, hand it to a buyer, attach it to a claim.
Who it's for
Verify listings at upload; show buyers a trust badge.
Authenticate intake stock in seconds, not days.
Confirm a piece before writing or paying a policy.
Add a verification step to every consignment.
Check authenticity before lending against a watch.
Plans
Pick a tier and a volume of checks. Scale up any time. Final pricing is set with you — the numbers below are placeholders to fill in.
The registry
VERI issues a permanent certificate ID for each authentication. Buyers, platforms and insurers look it up and independently confirm the result — the "Verified by VERI" trust mark your customers learn to ask for.
Tell us your volume and use case, and we'll set you up with an API key and a plan.
Request access