Voice Biometric Hub API


External API for Voice Biometric Hub that provides endpoints for managing voice biometric operations including enrollment, authentication, opt-out, and status checking.

This API enables external systems to:

  • Check voice biometric enrollment status
  • Initiate voice biometric actions (authentication, enrollment, opt-out)
  • Retrieve results via long-polling
  • Monitor service health

Authentication

All endpoints (except health-check) require bearer token authentication via the Authorization header.

Request Flow

  1. Check enrollment status using GET /voice-print-status
  2. Initiate an action using POST /perform-action
  3. Poll for results using GET /result (supports long-polling up to 120 seconds)

Loading...