SMAO API Documentation
Public APIVoices

List selectable voices

GET
/voices

Returns the voices the authenticated instance can assign to a new assistant or select during a voice change. Legacy voices retained by existing assistants and voices reserved for internally managed lines are not returned.

Authorization

bearerAuth
AuthorizationBearer <token>

API key in the Authorization: Bearer <key> header. Keys are created in the SMAO dashboard (Settings → API Keys).

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/voices"
{  "data": [    {      "id": "string",      "name": "string",      "languages": [        "de"      ],      "gender": "female",      "version": "v1"    }  ]}