Personas
get persona
Returns a persona by id
get/v1/personas/{id}
Path parameters
idstring required
Persona id
Response
Successfully retrieved persona
Example response
{
"voiceDetectionOptions": {
"endOfSpeechSensitivity": 0.5,
"silenceBeforeSkipTurnSeconds": 5,
"silenceBeforeSessionEndSeconds": 60,
"silenceBeforeAutoEndTurnSeconds": 5,
"speechEnhancementLevel": 0.8,
"sttProvider": "anam"
},
"voiceGenerationOptions": {
"stability": 0.5,
"speed": 1
}
}Changes
Changed in 1 of the 7 revisions of this API.1
- ○
added the optional property
/////to the response with the statusresponse-optional-property-added
- ○