Programmatic access to every report tier, monitoring subscriptions, and a public connector-status endpoint. Authenticated with a per-user X-API-Key. Free for the first 10,000 requests/day.
Interactive Swagger UI
/api/v1/docs
OpenAPI 3.1 JSON
/api/v1/openapi.json
Manage your keys
/app/api-keys
Mint a key at /app/api-keys, then file a report:
curl -X POST https://duevestor.com/api/v1/reports \
-H "X-API-Key: dvk_..." \
-H "Content-Type: application/json" \
-d '{
"type": "TYPE_B_EDD_L3",
"subject": { "kind": "PERSON", "fullName": "Jane Doe", "country": "US" }
}'reports:read — Read your reportsreports:write — Create reportsmonitoring:write — Create monitoring subscriptions