TTS TopMediai Skill
Capability Overview
This skill supports:
- Get current API key entitlement information
- Get available voice list (official + cloned)
- Convert text into speech with selected speaker voice
Preflight Check (Mandatory)
- Configure
TOPMEDIAI_API_KEYin<skill_root>/.env - Optional:
TOPMEDIAI_BASE_URL(defaulthttps://api.topmediai.com) - If key is missing, stop and ask user to configure
Main Command
/tts_topmediai action=info|voices|tts text="..." speaker="..." emotion="..."
Extra Commands
topmediai_tts_key_infotopmediai_tts_voicestopmediai_tts_generate text="..." speaker="..." emotion="..."
API Endpoints Used
- Key info:
GET {BASE_URL}/v1/get_api_key_info - Official voices:
GET {BASE_URL}/v1/voices_list - Cloned voices:
GET {BASE_URL}/v1/clone_voices_list - TTS:
POST {BASE_URL}/v1/text2speech