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...
编程
Poyo Vocal Remover Api
试用Separate vocals and instrument stems on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `separate-vocals`, `stem-split`, `upload-and-se...
它能做什么
Separate vocals and instrument stems on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `separate-vocals`, `stem-split`, `upload-and-separate-vocals`, vocal remover workflows, stem isolation, callbacks, and music detail retrieval.
技能文档
PoYo Vocal Remover API
PoYo Links
- Model page:
- API docs:
- API key page:
Use this skill for PoYo vocal-removal and stem-separation jobs. It helps agents choose the right model id, prepare payloads, submit async tasks, and explain callback or music detail retrieval.
Use When
- The user explicitly wants to use PoYo with Vocal Remover,
separate-vocals,stem-split,upload-and-separate-vocals, vocal isolation, instrumental extraction, or multi-stem audio separation. - The user asks for a PoYo vocal-removal 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 audio separation workflow.
Model Selection
separate-vocals: use when the user has a completed PoYo music task and needs a two-stem vocal/accompaniment split bytask_idandaudio_id.stem-split: use when the user has a completed PoYo music task and needs a multi-stem split bytask_idandaudio_id.upload-and-separate-vocals: use when the user has a public audio URL and wants to upload it directly for separation.
Key Inputs
- For
separate-vocalsandstem-split,task_idandaudio_idare required. - For
upload-and-separate-vocals,audio_urlis required. titleis optional for upload-based separation.model_nameis optional for upload-based separation; documented values includebase,enhanced, andinstrumental.output_typeis optional for upload-based separation; documented values includegeneral,bass,drums,other,piano,guitar, andvocals.callback_urlis useful for receiving completion results and separated-file URLs.
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, generated stem URLs, callback URLs, task ids, audio ids, or raw authorization headers unless the product policy allows it.
- Do not use this skill for generic audio editing unless the user explicitly wants a PoYo Vocal Remover 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, model ids, request fields, examples, and result retrieval notes. - Use
scripts/submit_vocal_remover_api.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 PoYo Vocal Remover API, include:
- chosen model id
- whether the workflow uses an existing PoYo music result or a public audio URL
- required
task_idandaudio_id, or requiredaudio_url - selected stem or output type when relevant
- final payload or concise parameter summary
- returned
task_idif a request was actually submitted - next step: query music detail or wait for webhook
相关技能
Add instrumental accompaniment to uploaded audio on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `add-instrumental`, backing tracks,...
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...
Convert generated music tracks to WAV on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `convert-to-wav`, WAV export from a completed...
Extend uploaded audio on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `upload-and-extend-audio`, audio continuation, uploaded music...
Replace a section of generated music on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `replace-section`, music section editing, infil...