纯色背景转透明底 PNG,输出可直接使用的立绘素材。
POST /api/lihui/alpha
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| image | string | 否 | 立绘原图 |
| bg | string | 否 | 背景色,默认自动识别 |
POST /api/lihui/alpha Authorization: Bearer <你的API Key> Content-Type: multipart/form-data image=<文件>
HTTP/1.1 200 OK
{
"code": 0,
"data": {
"url": "https://cdn.example.com/alpha/xxx.png"
}
}40001参数缺失— image 为空