Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

HyperVerge Database Verification API

Central/government database verification for Indian documents.

HyperVerge Database Verification API is one of 6 APIs that HyperVerge publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Database Verification. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 6 operations across 6 paths, and defines 3 schemas. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against 3 base URLs: https://ind-verify.hyperverge.co, https://ind-docs.hyperverge.co/v2.0, https://ind-faceid.hyperverge.co.

6 operations 6 paths 3 schemas 1 GET5 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://ind-docs.hyperverge.co/v2.0
Authentication
API Key
Contact
Resource Areas
1

Authentication & Security 1

HyperVerge Database Verification API declares 1 security scheme for authenticating requests. An API key is passed in the header as appId (appIdKey). By default, every request must be authenticated.

  • appIdKey — HyperVerge issues an appId and appKey pair after enterprise onboarding. Both are sent as request headers: appId and appKey on the ind-docs and ind-verify hosts…

Paths & Operations 6

Across 6 paths, the API surfaces 6 operations — 1 GET, 5 POST. Each is listed below with its method, path, parameters, and response codes.

Database Verification 6

Central/government database verification for Indian documents.

GET
/api
Connection health check
verifyHealthCheck → 200
POST
/api/verifyPAN
Verify PAN against central database
verifyPAN body → 200401
POST
/api/getNameFromPAN
Get registered name from PAN
getNameFromPAN body → 200401
POST
/api/checkDL
Verify Driving License
checkDL body → 200401
POST
/api/checkVoterId
Verify Voter ID (EPIC)
checkVoterId body → 200401
POST
/api/checkBankAccount
Verify bank account
checkBankAccount body → 200401

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are VerifyPanInput (3 properties), Error (3 properties), VerificationResult (3 properties). Each schema is shown below with its type and property counts.

VerificationResult
object
Representative database-verification response (modeled).
3 properties
Error
object
3 properties
VerifyPanInput
object
3 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hyperverge-database-verification-api-openapi.yml Raw ↑

Other APIs HyperVerge publishes across the network.

HyperVerge Liveness Detection
HyperVerge Face Match API
HyperVerge Input Validation API
HyperVerge KYC OCR API
HyperVerge Matching API