Design & media

Poyo Add Vocals

Try it

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...

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

  • 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_url is required and must point to a publicly accessible instrumental audio file.
  • prompt is required and can contain lyrics or a vocal direction.
  • title is required and should be short enough for the documented title limit.
  • style is required and should describe genre, mood, or vocal delivery.
  • negative_tags is required and should describe vocal or music traits to avoid.
  • mv is optional; documented values include V4_5PLUS, V5, and V5_5.
  • vocal_gender, style_weight, weirdness_constraint, and audio_weight are optional controls when supported by the current PoYo docs.
  • callback_url is optional and useful for production queues.

Security Rules

  • Treat POYO_API_KEY as 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.md for endpoint details, request fields, examples, and result retrieval notes.
  • Use scripts/submit_add_vocals.sh only 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_id clearly 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_id if a request was actually submitted
  • next step: query music detail or wait for webhook

Related skills

Add instrumental accompaniment to uploaded audio on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `add-instrumental`, backing tracks,...

2 installs

Generate Music on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `generate-music`, AI music generation, background tracks, soundtrack...

1 installs

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...

1 installs

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,...

1 installs

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...

2 installs

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...