senseaudio-music
SKILL.md
SenseAudio Music Generation
SenseAudio provides AI-powered music generation APIs for creating lyrics and full songs. The workflow is:
- Generate lyrics (sync or async)
- Generate a song using the lyrics (async, returns
task_id) - Poll for results
Base URL: https://api.senseaudio.cn
Auth: Authorization: Bearer $SENSEAUDIO_API_KEY
1. Generate Lyrics
POST /v1/song/lyrics/create
| Parameter | Type | Required | Description |
|---|---|---|---|
| prompt | string | yes | Description of the lyrics to generate |