AU10TIX

AU10TIX is an identity verification and document authentication provider delivering KYC, document analysis, biometric face comparison, liveness, and fraud detection through a single REST API (the Back Office Server, "BOS") and web/mobile SDKs. The platform orchestrates verification workflows/sessions, returns structured results, and notifies clients via webhooks.

5 APIs 0 Features
Identity VerificationDocument AuthenticationKYCBiometricsFraud Detection

APIs

AU10TIX Identity Verification API

Orchestrates identity verification workflows (the Back Office Server, "BOS"). Creates a verification session/workflow, accepts document and selfie media, and returns a unique se...

AU10TIX Document Authentication API

Authenticates government-issued ID documents (passports, driver's licenses, national ID cards) using document structure checks, data integrity validation, and digital forensic a...

AU10TIX Face Comparison & Liveness API

Compares a captured selfie against the portrait on a verified ID document (1:1 face match) and performs passive/active liveness and deepfake detection to confirm a genuine, pres...

AU10TIX Results API

Retrieves the structured result of a verification session by its session/document identifier (polling with retry/backoff), returning the verification status (e.g. VERIFIED, FAIL...

AU10TIX Webhooks API

Pushes verification decisions to a customer-registered callback URL the moment a workflow reaches a terminal state, removing the need to poll for status. Payload schemas are doc...

Collections

Pricing Plans

Au10Tix Plans Pricing

1 plans

PLANS

Rate Limits

Au10Tix Rate Limits

3 limits

RATE LIMITS

FinOps

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: AU10TIX API
  version: '1.0'
  description: AU10TIX REST API (Back Office Server, "BOS") for identity verification, document authentication, biometric
    face comparison and liveness, and fraud detection. Authentication uses an OAuth2 access token (JWT) as a Bearer token;
    legacy BOS integrations use a client certificate (mutual TLS). AU10TIX does not publish an open API reference or OpenAPI
    definition - exact endpoint paths and request/response schemas are provided to onboarded customers and partners under
    account, so no operation paths are enumerated below. Set the base URL to your region's host (for example https://eus-api.au10tixservices.com).
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Identity Verification
    type: folder
  docs: 'Orchestrates identity verification workflows (the Back Office Server, "BOS"): create a session/workflow, submit document
    and selfie media, and receive a unique session/document identifier. Exact endpoint paths are account-gated and not publicly
    published.'
  items:
  - info:
      name: Create verification workflow/session
      type: http
    http:
      method: POST
      url: https://eus-api.au10tixservices.com
      body:
        type: json
        data: '{}'
    docs: Creates a verification workflow/session and returns a unique session/document identifier. Path is account-gated;
      configure per your AU10TIX onboarding documentation.
- info:
    name: Document Authentication
    type: folder
  docs: Authenticates government-issued ID documents (passports, driver's licenses, national IDs) via structure checks, data
    integrity validation, and forensic analysis. Exact endpoint paths are account-gated.
  items:
  - info:
      name: Authenticate ID document
      type: http
    http:
      method: POST
      url: https://eus-api.au10tixservices.com
      body:
        type: json
        data: '{}'
    docs: Submits document image(s) for authentication and field extraction. Path is account-gated; configure per your AU10TIX
      onboarding documentation.
- info:
    name: Face Comparison & Liveness
    type: folder
  docs: Compares a selfie against the ID portrait (1:1 face match) and performs liveness/deepfake detection. Exact endpoint
    paths are account-gated.
  items:
  - info:
      name: Face comparison & liveness
      type: http
    http:
      method: POST
      url: https://eus-api.au10tixservices.com
      body:
        type: json
        data: '{}'
    docs: Submits a selfie (and reference portrait) for 1:1 comparison and liveness assessment. Path is account-gated; configure
      per your AU10TIX onboarding documentation.
- info:
    name: Results & Webhooks
    type: folder
  docs: Retrieves the structured result of a verification session by identifier (polling) and/or receives asynchronous webhook
    callbacks on terminal states (e.g. VERIFIED, FAILED, REVIEW). Exact endpoint paths are account-gated.
  items:
  - info:
      name: Get verification result
      type: http
    http:
      method: GET
      url: https://eus-api.au10tixservices.com
    docs: Retrieves the result of a verification session by its identifier. Path is account-gated; configure per your AU10TIX
      onboarding documentation.
bundled: true