v2
latestSwagger 2.02026-07-13152047.5 KBtext-dependent
Enroll Profile
Adds an enrollment to existing profile. If the minimum number of requested enrollment audios is reached, a voice print is created. If the voice print was created before, it gets recreated from all existing enrollment audios including the new one.
Limitations:
- Minimum audio input length per request is 1 second
- Maximum audio input length per request is 10 seconds
- Minimum number of enrollments for creating a voiceprint is 3
- Maximum number of enrollments for creating a voiceprint is 50
- Minimum audio Signal-to-noise ratio (SNR) is 10dB
Constraints:
- First enrollment must match an existing passphrase.
- All enrollments after the first one, must use the same passphrase used in the first enrollment.
post/text-dependent/profiles/{profileId}/enrollments
Response
Created
Example response
{
"profileId": "49a36324-fc4b-4387-aa06-090cfbf0064f",
"enrollmentStatus": "Enrolling",
"enrollmentsCount": 1,
"enrollmentsLength": 1.83,
"enrollmentsSpeechLength": 1.35,
"remainingEnrollmentsCount": 2,
"passPhrase": "my voice is my passport verify me",
"audioLength": 1.83,
"audioSpeechLength": 1.35
}