Verify Speaker (1:1)
voice_id_verify1:1 verification — is this clip the enrolled speaker?
Returns: dict with keys: similarity (float), match (bool), threshold (float).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audio | Yes | Base64-encoded WAV of the clip to check | |
| group_id | Yes | The group/namespace | |
| threshold | No | Optional cosine-similarity threshold (defaults to a tuned value); higher = stricter | |
| speaker_id | Yes | The enrolled speaker to verify against |