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 KYC OCR API

Document OCR and KYC field extraction for Indian identity documents.

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

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

This API exposes 5 operations across 5 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.

5 operations 5 paths 3 schemas 5 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 KYC OCR 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 5

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

KYC OCR 5

Document OCR and KYC field extraction for Indian identity documents.

POST
/readKYC
Extract KYC fields (auto-detect document)
readKYC body → 200401
POST
/readPAN
Extract PAN card fields
readPAN body → 200401
POST
/readAadhaar
Extract Aadhaar card fields
readAadhaar body → 200401
POST
/readPassport
Extract Indian passport fields
readPassport body → 200401
POST
/readVoterID
Extract Voter ID fields
readVoterID body → 200401

Schemas 3

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

OcrDocumentInput
object
Supply exactly one of image, pdf, or url. Modeled representatively from HyperVerge KYC docs.
6 properties
OcrResult
object
Representative KYC extraction response (modeled).
3 properties
Error
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hyperverge-kyc-ocr-api-openapi.yml Raw ↑

Other APIs HyperVerge publishes across the network.

HyperVerge Liveness Detection
HyperVerge Database Verification API
HyperVerge Face Match API
HyperVerge Input Validation API
HyperVerge Matching API