Generate Music on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `generate-music`, AI music generation, background tracks, soundtrack...
Design & media
Poyo Generate Persona
Try itCreate a reusable music persona on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `generate-persona`, completed music task ids, audio...
What it does
Create a reusable music persona on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `generate-persona`, completed music task ids, audio ids, persona names and descriptions, persona_id workflows, callbacks, music detail polling, and consistent follow-up music generation.
The skill document
PoYo Generate Persona
PoYo Links
- Model page:
- API docs:
- API key page:
Use this skill to create a reusable music persona from an eligible completed audio track on PoYo. It helps agents validate the prerequisite task_id and audio_id, write a useful persona name and description, submit the async task, and explain how to retrieve the resulting persona_id.
Use When
- The user mentions Generate Persona, music persona,
generate-persona,persona_id, reusable vocal style, or reusable music style on PoYo. - The user already has a completed eligible music task and the specific audio track id returned by PoYo.
- The workflow needs async submission, callback guidance, music detail polling, or use of a resulting persona in later music requests.
Model Selection
generate-persona: create a reusable persona from one eligible audio track.
Prerequisites
task_idmust identify an eligible completed PoYo music task documented for persona creation.audio_idmust identify the specific track from that completed task.- Each audio track can have only one persona; an existing persona can produce a conflict response.
Key Inputs
input.task_idis required.input.audio_idis required.input.nameis required and should clearly identify the reusable musical character.input.descriptionis required and should describe genre, mood, instrumentation, vocal qualities, and other relevant musical characteristics.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 submit private audio, private task metadata, or confidential style descriptions unless the user trusts PoYo and the callback receiver.
- Do not make live API calls unless the user explicitly asks and provides a safe server-side environment.
- Confirm that the user has the right to process the source audio and create a reusable persona from it.
Execution
- Read
references/api.mdfor endpoint details, prerequisites, request fields, examples, conflict handling, and result retrieval notes. - Use
scripts/submit_generate_persona.shonly when the user wants to submit a prepared JSON payload from a trusted shell. - If the user only needs a curl example, adapt the example from
references/api.md. - After submission, report the returned
task_idclearly; retrieve the result through the documented music detail endpoint or wait for the webhook.
Output Expectations
When helping with Generate Persona, include:
- selected model id
- prerequisite source
task_idandaudio_idstatus - final payload or concise parameter summary
- persona name and description summary
- returned task id if a request was submitted
- next step: poll music detail or wait for webhook
- resulting
persona_idwhen available
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...
Create music videos on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `create-music-video`, AI Music Video, visualized music videos, t...
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,...
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...
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...