Audio
Create Speaker Enrollment
Creates Enrollment for the provided Speaker.
post/ai/audio/v1/enrollments
Request body
Example request
{
"encoding": "Wav",
"languageCode": "en-US",
"content": "base64EncodedAudioInput",
"speakerId": "JohnDoe"
}Response
Enrollments Request Created
Example response
{
"enrollmentQuality": "Average",
"enrollmentComplete": true,
"speakerId": "JohnDoe",
"totalEnrollDuration": 20.1,
"totalSpeechDuration": 30.5
}