Skip to content

The voices one model offers

GET
/api/speak
curl --request GET \
--url 'http://localhost:5173/api/speak?serverId=example&model=example' \
--cookie authjs.session-token=<authjs.session-token>

An empty list is a real answer: it means this connection publishes no names, and the setting asks for one to be typed instead.

serverId
required
string
model
required
string

The voice names, possibly none.

Media typeapplication/json
object
voices
Array<string>
Examplegenerated
{
"voices": [
"example"
]
}