Theme
Scene Details Retrieval
GET
https://www.kkiai.com/suno/feed/91c29474-20cd-44c7-8199-f206410651e3
Request Parameters
Authorization
Add the Authorization parameter to the Header. Its value is the Token concatenated after Bearer.
Example: Authorization: Bearer ********************
Header Parameters
| Parameter Name | Type | Required | Description | Example |
|---|---|---|---|---|
Authorization | string | Optional | Bearer {{YOUR_API_KEY}} |
Request Example
json
{}cURL Example
bash
curl --location --request GET 'https://www.kkiai.com/suno/feed/91c29474-20cd-44c7-8199-f206410651e3' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'Response
🟢 200 Success
Response Example
json
{}