Cleanup(物体消除)
POST
/clipdrop/cleanup/v1Clipdrop是一家提供AI图像修改的公司,可以方便快速的对图片进行修改。我们完全对齐他们官方接口,只需要替换API Base URL即可。
我们这里的API只是做一个示范,详细用法请参考官方文档:https://clipdrop.co/apis/docs/cleanup
价格:0.5PTC/次
请求参数
Header 参数
x-api-key
string
必需
YOUR_API_KEY
示例值:
{{YOUR_API_KEY}}
Body 参数multipart/form-data
image_file
file
必需
image_file is the original image to process.
mask_file
file
必需
mask_file is the mask image, defining the areas that need to be removed.
mode
string
可选
mode is an optional field that can be set to fast or quality to control the tradeoff between speed and quality.
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
The result image
最后修改时间: 8 个月前