Start with $5 Free Credit instantly!
Zero Fixed Fees. Pay Only For What You Use
No commitments. No complex licensing. Fast, reliable ANPR with a proven 99.8% success rate in challenging conditions (high speed, night vision, skewed angles). Scale instantly with volume-based pricing.
✦No credit card required.
Try It Yourself
Drag & drop or upload a car image to test.

Select an image or use demo
Developer Ready
Drop-in integration in any language.
curl -X POST https://api.vebze.com/api/v1/snapshot \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "image=@/path/to/car.jpg"
// Output
{
"plates": [ { "plate": "34ABC123", "ocr_confidence": 0.98, "country": "TR" } ],
"vehicles": [ { "type": "Car" } ],
"processing_time_ms": 145
}
{
"plates": [ { "plate": "34ABC123", "ocr_confidence": 0.98, "country": "TR" } ],
"vehicles": [ { "type": "Car" } ],
"processing_time_ms": 145
}