Theme
Scenario One: Inspiration Mode
POST
https://www.kkiai.com/suno/generate
Request Parameters
Authorization
Add the Authorization parameter to the Header, with its value being the Token concatenated after Bearer
Example: Authorization: Bearer ********************
Request Example
json
{
"gpt_description_prompt": "A nostalgic song about homesickness and memories of one’s hometown."
}cURL Example
bash
curl --location --request POST 'https://www.kkiai.com/suno/generate' \
--header 'Authorization: Bearer <YOUR_API_KEY>' \
--header 'Content-Type: application/json' \
--data-raw '{
"gpt_description_prompt": "A nostalgic song about homesickness and memories of one’s hometown."
}'Response
🟢 200 Success
Response Example
json
{}