nowapi-music uses https://api.aiid.edu.kg by default and reads authentication information from NOWAPI_API_KEY.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create music generation tasks and query their results by task ID with NowAPI.
nowapi-music uses https://api.aiid.edu.kg by default and reads authentication information from NOWAPI_API_KEY.
| Command | API | Purpose |
|---|---|---|
models | GET /v1/models | List available models |
create | POST /suno/submit/music | Create a music task |
status | GET /suno/fetch/{task_id} | Query a music task by ID |
node scripts/nowapi-music.mjs models
node scripts/nowapi-music.mjs create --json music-request.json
node scripts/nowapi-music.mjs status --id task_xxx
