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...
Design & media
Poyo Get Timestamped Lyrics
Try itRetrieve timestamped lyrics on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `get-timestamped-lyrics`, synchronized lyrics, word timi...
What it does
Retrieve timestamped lyrics on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `get-timestamped-lyrics`, synchronized lyrics, word timing, waveform data, task_id plus audio_id inputs, callbacks, and music detail retrieval.
The skill document
PoYo Get Timestamped Lyrics
PoYo Links
- Model page:
- API docs:
- API key page:
Use this skill for get-timestamped-lyrics jobs on PoYo. It helps agents prepare synchronized-lyrics payloads from a generated music track, submit async requests, and explain timing results.
Use When
- The user explicitly wants timestamped or synchronized lyrics for a PoYo-generated music track.
- The user has a completed PoYo music
task_idandaudio_idand asks for a request payload, server-side curl command, callback setup, or result retrieval. - The user has already chosen PoYo as the execution provider for a lyrics timing workflow.
Model Selection
get-timestamped-lyrics: use for retrieving lyric timing and waveform data from a generated music track.
Key Inputs
task_ididentifies the completed source music generation task.audio_ididentifies the specific audio track.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 lyrics, customer task ids, audio identifiers, waveform data, callback URLs, or raw authorization headers unless the product policy allows it.
- Do not use this skill for generic lyric analysis unless the user explicitly wants a PoYo Get Timestamped Lyrics 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_get_timestamped_lyrics.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_idor timing response clearly so follow-up retrieval is easy.
Output Expectations
When helping with Get Timestamped Lyrics, include:
- chosen model id
- source task and audio identifier summary
- final payload or concise parameter summary
- returned
task_idor timing response if a request was actually submitted - next step: query status 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...
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...
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...
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,...