English
cURL
curl --request POST \ --url https://proxy.innk.cc/suno/submit/lyrics \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "prompt": "dance" } '
{ "code": "success", "message": "<string>", "data": "736a6f88-bd29-4b1e-b110-37132a5325ac" }
Generate lyrics
The authentication header format is Bearer <API_KEY>, where <API_KEY> is your API token.
Bearer <API_KEY>
<API_KEY>
prompt word
"dance"
successful response
"success"
Task ID
"736a6f88-bd29-4b1e-b110-37132a5325ac"
Was this page helpful?