API ReferenceVoices
List available voices
Get all available voice options for assistants.
Response Body
application/json
curl -X GET "https://platform.autophone.org/api/voices"{
"voices": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geminiVoiceName": "string",
"displayName": "string",
"gender": "male",
"description": "string",
"previewUrl": "http://example.com",
"isActive": true,
"sortOrder": 0
}
]
}Empty