v2

latestSwagger 2.02026-07-13152047.5 KB
text-dependent

Verify Profile

Verifies existing profiles against input audio.

Limitations:

  • Minimum audio input length per request is 1 second
  • Maximum audio input length per request is 10 seconds
  • Minimum audio Signal-to-noise ratio (SNR) is 10 dB
post/text-dependent/profiles/{profileId}/verify

Response

OK

recognitionResult'accept' | 'reject'

Does audio belong to targeted profile?

scorenumber

A float number indicating the similarity between input audio and targeted voice print. This number must be between 0 and 1. A higher number means higher similarity.

Example response

{
  "recognitionResult": "Accept",
  "score": 0.63
}