输入一句 semantic 描述,生成萌系国潮立绘;纯色背景,便于一键抠图。
POST /api/lihui
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| semantic | string | 否 | 一句话描述,如:慈眉善目的古代掌柜立绘 |
| size | string | 否 | 尺寸:square / portrait |
| style | string | 否 | 风格覆盖,默认国潮盲盒风 |
POST /api/lihui
Authorization: Bearer <你的API Key>
Content-Type: application/json
{
"semantic": "慈眉善目的古代掌柜立绘",
"size": "portrait"
}HTTP/1.1 200 OK
{
"code": 0,
"data": {
"url": "https://cdn.example.com/lihui/xxx.png"
}
}40001参数缺失— semantic 为空40002余额不足— 请订阅次数包