curl --request GET \
--url http://co-mind-platform-host/v1/echo/tts/voices \
--header 'Authorization: Bearer <token>'{
"voices": [
{
"voice_id": "<string>",
"language": "<string>",
"quality": "<string>",
"description": "<string>"
}
],
"total": 123,
"languages": [
"<string>"
]
}Retrieve list of available text-to-speech voices.
curl --request GET \
--url http://co-mind-platform-host/v1/echo/tts/voices \
--header 'Authorization: Bearer <token>'{
"voices": [
{
"voice_id": "<string>",
"language": "<string>",
"quality": "<string>",
"description": "<string>"
}
],
"total": 123,
"languages": [
"<string>"
]
}Bearer token authentication. Supports two token types:
POST /v1/auth/loginPOST /v1/api-tokens, format: cmnd_<tokenId>.<secret>