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.

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 URLhttps://api.dataflag.in/v1
AuthBearer token - Authorization: Bearer YOUR_API_KEY
Content-Typeapplication/json
Rate limitContact us for your plan limits
VersioningURL-based (/v1/). Breaking changes only with new version.
Under 300ms
Average response time across all endpoints
High availability
Multi-region infrastructure for production