latestOpenAPI 3.1.02026-08-206635377.2 KB
dae97e8eb063
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
},
"voiceGenerationOptions": {
"stability": 0.5,
"speed": 1
}
}