Add instrumental accompaniment to uploaded audio on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `add-instrumental`, backing tracks,...
Design & media
Poyo Add Vocals
Try itAdd 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...
What it does
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 prompts, style controls, vocal gender, callbacks, and music detail retrieval.
The skill document
PoYo Add Vocals
PoYo Links
- Model page:
- API docs:
- API key page:
Use this skill for add-vocals jobs on PoYo. It helps agents prepare vocal-generation payloads for uploaded instrumental audio, submit async tasks, and explain callback or music detail retrieval.
Use When
- The user explicitly wants to use PoYo with Add Vocals,
add-vocals, AI vocal generation, adding vocals to an instrumental, lyrics-to-vocals, or music production automation. - The user asks for a PoYo Add Vocals request payload, server-side curl command, integration notes, callback setup, or music result retrieval.
- The user has already chosen PoYo as the execution provider for an instrumental-to-vocal workflow.
Model Selection
add-vocals: use for generating vocals over an uploaded instrumental audio URL.
Key Inputs
upload_urlis required and must point to a publicly accessible instrumental audio file.promptis required and can contain lyrics or a vocal direction.titleis required and should be short enough for the documented title limit.styleis required and should describe genre, mood, or vocal delivery.negative_tagsis required and should describe vocal or music traits to avoid.mvis optional; documented values includeV4_5PLUS,V5, andV5_5.vocal_gender,style_weight,weirdness_constraint, andaudio_weightare optional controls when supported by the current PoYo docs.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 log private audio URLs, lyrics, vocal prompts, generated audio URLs, callback URLs, task ids, or raw authorization headers unless the product policy allows it.
- Do not use this skill for generic music generation unless the user explicitly wants a PoYo Add Vocals API workflow.
- Do not make live API calls unless the user explicitly asks, confirms the payload should be sent to PoYo, and provides a safe server-side environment.
Execution
- Read
references/api.mdfor endpoint details, request fields, examples, and result retrieval notes. - Use
scripts/submit_add_vocals.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 Add Vocals, include:
- chosen model id
- source instrumental URL handling notes
- prompt or lyrics summary
- style, negative tags, and optional vocal gender
- final payload or concise parameter summary
- returned
task_idif a request was actually submitted - next step: query music detail or wait for webhook
Related skills
Generate Music on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `generate-music`, AI music generation, background tracks, soundtrack...
Transform uploaded audio into a new music style on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `upload-and-cover-audio`, audio cove...
Extend existing music on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `extend-music`, music continuation, audio_id based extension,...
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 song lyrics on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `generate-lyrics`, lyric drafts, verses and choruses, theme-bas...