获取您创建的所有自定义主体的分页列表。返回数组中的每个条目与单个主体查询的结构一致。Documentation Index
Fetch the complete documentation index at: https://docs.anyfast.ai/llms.txt
Use this file to discover all available pages before exploring further.
快速示例
请求参数
| 参数 | 类型 | 说明 |
|---|---|---|
pageNum | integer | 页码,从 1 开始 |
pageSize | integer | 每页数量 |
返回结果
data 为数组,每个条目结构与单个查询一致。task_status 为 submitted 的条目 task_result 可能尚未填充。
API 参考
查看 Kling 查询自定义主体列表的交互式 API 文档。