Convert text to natural, emotional speech in 29 languages with automatic language detection and voice consistency. Ideal for game voiceovers, audiobooks, corporate videos, and multilingual content.
Setup https://skillboss.co/skill.mdPaste this into Claude Code, Cursor, or any AI assistant. No API key setup needed.
Model: elevenlabs/eleven_multilingual_v2
curl -X POST https://api.skillboss.co/v1/run \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "elevenlabs/eleven_multilingual_v2",
"inputs": {}
}'