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