Generate speech on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `elevenlabs-v3-tts`, text-to-speech, voice selection, stability, tim...
Design & media
Poyo Elevenlabs Tts Turbo 2 5
Try itGenerate speech on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `elevenlabs-tts-turbo-2-5`, text-to-speech, voice selection, speech...
What it does
Generate speech on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `elevenlabs-tts-turbo-2-5`, text-to-speech, voice selection, speech speed, stability, similarity boost, style, timestamps, language code, async task submission, callbacks, and task status retrieval.
The skill document
PoYo ElevenLabs TTS Turbo 2.5
PoYo Links
- Model page:
- API docs:
- API key page:
Use this skill for elevenlabs-tts-turbo-2-5 jobs on PoYo. It helps agents prepare text-to-speech payloads, tune voice and delivery fields, submit async tasks, and explain result retrieval through PoYo task status.
Use When
- The user mentions PoYo ElevenLabs TTS Turbo 2.5,
elevenlabs-tts-turbo-2-5, text-to-speech, voiceover, narration, speech speed, timestamps, or language-code control. - The workflow needs a PoYo speech payload, async task submission, a callback URL, or task status retrieval guidance.
- The user wants server-side curl or shell examples for PoYo speech generation.
Model Selection
elevenlabs-tts-turbo-2-5: use for PoYo text-to-speech generation with voice, delivery, context, and timestamp controls.
Key Inputs
textis required.voicemay be a voice name or compatible voice ID.stability,similarity_boost,style, andspeedtune delivery.timestampsrequests timestamp data when available.previous_textandnext_textprovide context for long-form narration split across requests.language_codecan steer the target language when supported.apply_text_normalizationcan beauto,on, oroff.callback_urlis optional and useful for production queues.
Security Rules
- Treat
POYO_API_KEYas a secret. - Keep PoYo API keys in server-side environment variables or a backend secret manager.
- Never place an API key in browser code, frontend bundles, public repositories, logs, screenshots, or chat output.
- Do not make live API calls unless the user explicitly asks and provides a safe server-side environment.
- Do not log private scripts, customer text, callback URLs, task ids, or generated audio URLs unless the product policy allows it.
Execution
- Read
references/api.mdfor endpoint details, request fields, examples, and result retrieval notes. - Use
scripts/submit_elevenlabs_tts_turbo_2_5.shonly when the user wants to submit a prepared JSON payload from a trusted shell. - If the user only needs a curl example, adapt one from
references/api.md. - After submission, report the returned
task_idclearly so follow-up retrieval is easy.
Output Expectations
When helping with ElevenLabs TTS Turbo 2.5, include:
- chosen model id
- voice and language choices
- delivery controls that changed from defaults
- final payload or concise parameter summary
- returned
task_idif a request was actually submitted - next step: query task status or wait for webhook
Related skills
Generate music on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `elevenlabs-music`, text-to-music, instrumental music, structured com...
Generate expressive multilingual speech on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `xai-tts-1`, text-to-speech, voice presets,...
GPT-5.2 chat completions on PoYo / poyo.ai via `https://api.poyo.ai/v1/chat/completions`; use for `gpt-5.2`, OpenAI-compatible chat payloads, system prompts,...
Add AI-generated vocals to uploaded instrumental audio on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `add-vocals`, lyrics or vocal...
Retrieve timestamped lyrics on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `get-timestamped-lyrics`, synchronized lyrics, word timi...