How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

ADVANCE.AI Open API

eKYC building blocks — token authentication, Global Document Verification (SDK licensing, OCR field extraction, ID forgery detection), face comparison, and liveness detection with video evidence and PII data retention. All calls carry a short-lived access token in the X-ACCESS-TOKEN header and share one response envelope; HTTP is always 200 and the `code` field carries the outcome and the billing decision.

ADVANCE.AI Open API is published by ADVANCE.AI on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Identity Verification, KYC, Face Recognition, Liveness Detection, and OCR. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, and rate-limit docs.

This API exposes 9 operations across 9 paths, organized into 4 resource areas, and defines 8 schemas. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against a single base URL, https://api.advance.ai.

9 operations 9 paths 8 schemas 2 GET7 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Base URL
https://api.advance.ai
Authentication
API Key
Contact
Terms of Service
Resource Areas
4

Authentication & Security 1

ADVANCE.AI Open API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-ACCESS-TOKEN (AccessToken). By default, every request must be authenticated.

  • AccessToken — Short-lived access token from POST /openapi/auth/ticket/v1/generate-token. Valid for all ADVANCE.AI Open APIs and reusable until it expires.

Paths & Operations 9

Across 9 paths, the API surfaces 9 operations — 2 GET, 7 POST. They span 4 resource areas: Authentication, Document Verification, Face Comparison, Liveness Detection. Each is listed below with its method, path, parameters, and response codes.

Authentication 1

Exchange an access key and request signature for a short-lived access token.

POST
/openapi/auth/ticket/v1/generate-token
Generate an access token
generateAccessToken body → 200
Document Verification 2

Global Document Verification — SDK licensing and result query with OCR and forgery detection.

POST
/intl/openapi/face-identity/document-verification/v1/auth-license
Request a Global Document Verification SDK license
authorizeDocumentVerificationLicense body → 200
POST
/intl/openapi/face-identity/document-verification/v1/query
Query a Global Document Verification result
queryDocumentVerificationResult body → 200
Face Comparison 1

Compare two face photographs and return a similarity score.

POST
/openapi/face-recognition/v4/check
Compare two face photographs
compareFaces body → 200
Liveness Detection 5

Liveness session licensing, result retrieval, video evidence and PII data retention.

POST
/liveness/ext/v1/generate-signature-id
Generate a liveness signatureId
generateLivenessSignatureId body → 200
POST
/openapi/liveness/v1/auth-license
Request a Liveness Detection SDK license
authorizeLivenessLicense body → 200
POST
/openapi/liveness/v3/detection-result
Retrieve a liveness detection result
getLivenessDetectionResult body → 200
GET
/liveness/ext/v1/get-video
Retrieve liveness video evidence
getLivenessVideo 2 params → 200
GET
/liveness/ext/v1/clear-data
Delete the PII held for a liveness detection
clearLivenessPiiData 2 params → 200

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are OcrFields (14 properties), LivenessResult (11 properties), Envelope (6 properties), FacePosition (6 properties). Each schema is shown below with its type and property counts.

Envelope
object
The common ADVANCE.AI response envelope. The HTTP status is 200 for both success and business errors; code carries the real outcome and drives billing.
6 properties 2 required
TokenData
object
2 properties
LicenseData
object
2 properties
DocumentVerificationResult
object
3 properties
OcrFields
object
Fields extracted from the identity document. The documented example is an Indonesian KTP; the field set is document-dependent.
14 properties
FaceComparisonResult
object
3 properties
FacePosition
object
Bounding box and detected gender for one face in a picture.
6 properties
LivenessResult
object
11 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

advanceai-openapi.yml Raw ↑
Where this information came from

This is an independent, third-party profile of ADVANCE.AI Open API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.