Developer Hub
Build verification into your product.
DataFlag is API-first. Every verification product is available as a clean REST API with consistent schemas. Integrate in hours, not weeks.
Get started
Quickstart
Make your first API call in under 5 minutes. The example below verifies a driving licence - swap the endpoint for any of our vehicle, identity, or business APIs.
RequestPOST /v1/vehicle/dl/verify
curl -X POST https://api.dataflag.in/v1/vehicle/dl/verify \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"dl_number": "MH0120230012345"}'Response
200 OK · 214ms
{
"status": "success",
"data": {
"name": "Ravi Kumar",
"class": "LMV, HMV",
"valid": true,
"expiry": "2031-08-14"
},
"latency_ms": 214
}API basics
| Base URL | https://api.dataflag.in/v1 |
| Auth | Bearer token - Authorization: Bearer YOUR_API_KEY |
| Content-Type | application/json |
| Rate limit | Contact us for your plan limits |
| Versioning | URL-based (/v1/). Breaking changes only with new version. |
Under 300ms
Average response time across all endpoints
High availability
Multi-region infrastructure for production
