自动去水印
POST /api/v1/image/auto_remove
手动涂抹
POST /api/v1/image/manual_remove
鉴权方式
X-API-Key Header 或 Authorization: Bearer <key>
Content-Type
application/json
自动模式请求体
{"imgUrl": "https://...", "image_base64": "可选"}
手动模式请求体
{"image": "原图 base64", "mask": "Mask 图 base64"}
返回字段
ok / image_url(自动模式)/ image_b64(手动模式)/ quota_used_today / quota_daily