cURL
curl --request GET \ --url https://www.anyfast.ai/kling/v1/general/advanced-custom-elements \ --header 'Authorization: Bearer <token>'
{ "code": 0, "message": "SUCCEED", "data": [ { "task_id": "<string>", "task_status": "submitted", "task_result": { "elements": [ { "element_id": 123, "element_name": "<string>", "status": "<string>" } ] }, "created_at": 123, "updated_at": 123 } ] }
分页获取当前用户创建的所有自定义主体列表。
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