ADVANCE.AI · Agentic Access

ADVANCE.AI Agentic Access

x-agentic-access generated+corrected

ADVANCE.AI exposes 9 API operations that an AI agent could call, of which 8 are state-changing ‘acting’ operations. This is a recommended x-agentic-access execution contract — the scope, audience, consequence tier, short-lived token constraints, and escalation each action should carry before it is handed to an autonomous agent.

By consequence: 1 read and 7 write.

1 operation are classed safety-critical and should require human-in-the-loop approval at runtime.

Contracts are classified heuristically from the provider’s OpenAPI and refresh on every APIs.io network build; audience is bound per deployment. The model follows Curity’s Access Intelligence (apidays Munich 2026). Browse every provider’s agent contracts at agentic-access.apis.io.

CompanyIdentity VerificationKYCKYBAMLFraud PreventionFace RecognitionLiveness DetectionOCRDocument VerificationRisk ManagementArtificial IntelligenceFintechSingapore
Operations: 9 Acting: 8 Human-in-the-loop: 1 Method: generated+corrected

By consequence

read 1 write 7

Source

Agentic Access

Raw ↑
generated: '2026-09-07'
method: generated+corrected
source: openapi/advanceai-openapi.yml
description: Recommended x-agentic-access execution contracts, classified heuristically from the OpenAPI.
  A governance starting point for exposing this API to AI agents — review and bind audience per deployment.
  See research/curity/agentic-governance/.
summary:
  operations: 9
  by_action_class:
    acting: 8
    connected: 1
  by_consequence:
    write: 7
    read: 1
    destructive: 1
  human_in_the_loop_required: 1
operations:
- path: /openapi/auth/ticket/v1/generate-token
  method: post
  operationId: generateAccessToken
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /intl/openapi/face-identity/document-verification/v1/auth-license
  method: post
  operationId: authorizeDocumentVerificationLicense
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /intl/openapi/face-identity/document-verification/v1/query
  method: post
  operationId: queryDocumentVerificationResult
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /openapi/face-recognition/v4/check
  method: post
  operationId: compareFaces
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /liveness/ext/v1/generate-signature-id
  method: post
  operationId: generateLivenessSignatureId
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /openapi/liveness/v1/auth-license
  method: post
  operationId: authorizeLivenessLicense
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /openapi/liveness/v3/detection-result
  method: post
  operationId: getLivenessDetectionResult
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /liveness/ext/v1/get-video
  method: get
  operationId: getLivenessVideo
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: required
    token:
      max-ttl: 900
    audit: required
    data-sensitivity: biometric
    note: Returns a link to biometric video of an identified person. Reads of this class should be audited.
- path: /liveness/ext/v1/clear-data
  method: get
  operationId: clearLivenessPiiData
  x-agentic-access:
    action-class: acting
    consequence: destructive
    reversible: false
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: required
      triggers:
      - always
      reason: Irreversible. ADVANCE.AI documents no restore, no soft delete and no recovery window.
    audit: required
    note: Implemented as GET but deletes data. See conventions/advanceai-conventions.yml reversibility.
x-manual-correction:
  date: '2026-09-07'
  by: API Evangelist enrichment pass
  reason: The heuristic classifies by HTTP method, and ADVANCE.AI implements two consequential operations
    as GET. clearLivenessPiiData permanently deletes the PII held for a liveness detection and was auto-classified
    consequence:read / audit:none / no escalation — the most dangerous possible misreading, since it would
    tell an agent an irreversible deletion is a safe read. getLivenessVideo returns biometric video and
    was likewise classified as an unaudited read. Both entries below were corrected by hand from https://doc.advance.ai/liveness_detection.html.
  corrected_operations:
  - clearLivenessPiiData
  - getLivenessVideo
  caveat: A GET that mutates is invisible to method-based classification. Any other provider in this catalog
    that deletes over GET carries the same silent defect.

Work with this as data

Every access contract here is available over the APIs.io API and to AI agents over MCP. Agentic Access is not yet its own endpoint on the v1 API. Reach it through catalog search and the tag graph, or the MCP server.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for agentic access

3 MCP tools reach this
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
Search the catalog
curl "https://apis.io/api/v1/search?q=advanceai-agentic-access&limit=10"
Everything under a tag
curl "https://apis.io/api/v1/tags/advanceai-agentic-access"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.