Skip to content

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

ParameterTypeRequiredDescription
clip_idstringRequired

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

ParameterTypeRequiredDescription
codestringRequired
datastringRequired
messagestringRequired

Response Example

json
{
    "code": "success",
    "data": "47443cc1-4902-42ae-ae7f-72a9900544e9",
    "message": ""
}