voice-tts
AI voice TTS service
1 subscribers
1.9/10 popularity
715 ms avg latency
15% success rate
9 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
voice-tts endpoints
| Method | Endpoint | Description |
|---|---|---|
| TTS | ||
| GET |
list_voices_api_v1_tts_voices_get /api/v1/tts/voices |
List all available voice models. Returns a list of available voices with their metadata including: - Voice ID - Name - Language - Quality level - Sample rate |
| GET |
get_voice_info_api_v1_tts_voices__voice_id__info_get /api/v1/tts/voices/{voice_id}/info |
Get detailed information about a specific voice model. - **voice_id**: Voice model identifier |
| POST |
synthesize_speech_api_v1_tts_synthesize_post /api/v1/tts/synthesize |
Synthesize text to speech. - **text**: Text to convert to speech (max 5000 characters) - **voice_id**: Voice model identifier (default: en_US-lessac-medium) - **format**: Output… |
| Root | ||
| GET |
root__get / |
Root endpoint with API information. |
| Health | ||
| GET |
health_check_health_get /health |
Health check endpoint. |
| Other endpoints | ||
| GET |
get_usage_statistics_api_v1_admin_usage__api_key__get /api/v1/admin/usage/{api_key} |
Get usage statistics for an API key. |
| GET |
list_api_keys_api_v1_admin_keys_get /api/v1/admin/keys |
List all API keys. |
| DELETE |
revoke_api_key_api_v1_admin_keys__api_key__delete /api/v1/admin/keys/{api_key} |
Revoke (deactivate) an API key. |
| POST |
create_api_key_api_v1_admin_keys_post /api/v1/admin/keys |
Create a new API key. Requires admin authentication via X-Admin-Key header. - **name**: Name/description for the API key - **tier**: User tier (free, basic, premium) |
voice-tts pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $3 / month | 100 / minute |
|