Theme
Get WAV
GET
https://www.kkiai.com/suno/act/wav/{clip_id}
Request Parameters
Authorization
Add the Authorization parameter to the Header. Its value is the Token concatenated after Bearer.
Example: Authorization: Bearer ********************
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
clip_id | string | Required |
cURL Example
bash
curl --location --request GET 'https://www.kkiai.com/suno/act/wav/9c4f48f1-c0d2-44eb-bf9c-e34d559b374c' \
--header 'Authorization: Bearer <token>'Response
🟢 200 Success
Response Body
| Parameter | Type | Required | Description |
|---|---|---|---|
code | string | Required | |
data | string | Required | |
message | string | Required |
Response Example
json
{
"code": "success",
"data": "47443cc1-4902-42ae-ae7f-72a9900544e9",
"message": ""
}