cURL
curl --request GET \ --url https://www.anyfast.ai/kling/v1/general/advanced-presets-elements \ --header 'Authorization: Bearer <token>'
{ "code": 0, "message": "SUCCEED", "data": [ { "task_id": "<string>", "task_status": "succeed", "task_result": { "elements": [ { "element_id": 123, "element_name": "<string>", "element_description": "<string>", "element_type": "image_refer", "owned_by": "kling", "status": "succeed", "tag_list": [ { "id": "<string>", "name": "<string>" } ] } ] } } ] }
分页获取 Kling 官方预设主体列表。预设主体的 owned_by 固定为 "kling"。
owned_by
"kling"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
页码,从 1 开始。
1
每页数量。
10
查询成功
0
"SUCCEED"
Show child attributes