cURL
curl --request POST \ --url https://api.senseaudio.cn/v1/music/lyrics/create \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "prompt": "<string>", "provider": "senseaudio-music-1.0-260319" } '
{ "data": [ { "text": "<string>", "title": "<string>" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.senseaudio.cn/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.senseaudio.cn/llms.txt
Use this file to discover all available pages before exploring further.
格式:Bearer <API_KEY>
Bearer <API_KEY>
音乐描述/提示词,不能超过 2000 码位
模型名,目前只支持senseaudio-music-1.0-260319
senseaudio-music-1.0-260319
成功
歌词数据
Show child attributes