Theme
Query Official Voices
GET
https://www.kkiai.com/kling/v1/general/presets-voices
Request Parameters
Authorization
Add the Authorization parameter to the Header. Its value is the Token concatenated after Bearer.
Example: Authorization: Bearer ********************
Query Parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
pageNum | integer | Optional | 1 | |
pageSize | integer | Optional | 30 |
Header Parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
Content-Type | string | Optional | application/json | |
Authorization | string | Optional | Bearer {{YOUR_API_KEY}} |
Request Example
json
{}cURL Example
bash
curl --location --request GET 'https://www.kkiai.com/kling/v1/general/presets-voices?pageNum=1&pageSize=30' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'Response
🟢 200 Success
Response Example
json
{}