1. 公共
超会 AI 接口文档
  • 介绍
  • 内容生产
    • 数字人视频生成
      • 公共
        • 声音列表
        • 声音详情
        • 声音训练
      • 视频生成
        • 任务创建
        • 任务详情
    • 图片生成(已下线)
      • 公共
        • 模特分类
          GET
        • 模特列表
          GET
        • 场景分类
          GET
        • 场景列表
          GET
      • 商品图
        • 任务创建
        • 任务详情
      • 模特图
        • Step1:选区
          • 创建-选区任务
          • 查询-选区任务结果
          • 设置-选区蒙版
        • Step2:生成
          • 创建-作图任务
          • 查询-作图任务结果
  1. 公共

模特列表

GET
/painter/model-list

请求参数

Query 参数

Body 参数application/json

示例
{
    "category_id": 0
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.chaohui.ai/painter/model-list?app_id=&app_token=' \
--header 'Content-Type: application/json' \
--data '{
    "category_id": 0
}'

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{"status":"ok","code":0,"data":[{"painter_id":10,"preview_image":"https:\/\/scrm0.cdn.banchengyun.com\/stable-diffusion\/stable-diffusion-135-1.png"},{"painter_id":11,"preview_image":"https:\/\/scrm0.cdn.banchengyun.com\/stable-diffusion\/stable-diffusion-136-1.png"},{"painter_id":12,"preview_image":"https:\/\/scrm0.cdn.banchengyun.com\/stable-diffusion\/stable-diffusion-137-1.png"},{"painter_id":1,"preview_image":"https:\/\/scrm0.cdn.banchengyun.com\/stable-diffusion\/stable-diffusion-1-2.png"},{"painter_id":2,"preview_image":"https:\/\/scrm0.cdn.banchengyun.com\/stable-diffusion\/stable-diffusion-2-1.png"},{"painter_id":3,"preview_image":"https:\/\/scrm0.cdn.banchengyun.com\/stable-diffusion\/stable-diffusion-3-2.png"},{"painter_id":4,"preview_image":"https:\/\/scrm0.cdn.banchengyun.com\/stable-diffusion\/stable-diffusion-78-4.png"},{"painter_id":5,"preview_image":"https:\/\/scrm0.cdn.banchengyun.com\/stable-diffusion\/stable-diffusion-79-1.png"},{"painter_id":105,"preview_image":"https:\/\/scrm0.cdn.banchengyun.com\/chaohuixie\/a44428d5d50522fe722c3a5f36da6a0a.png"},{"painter_id":6,"preview_image":"https:\/\/scrm0.cdn.banchengyun.com\/stable-diffusion\/stable-diffusion-80-2.png"},{"painter_id":106,"preview_image":"https:\/\/scrm0.cdn.banchengyun.com\/chaohuixie\/3d1dc6331f5aacd5776c81edd0b6c8c0.png"}]}
修改于 2024-12-25 07:34:37
上一页
模特分类
下一页
场景分类
Built with