Outpaint(图片扩展)
POST
/sd/v2beta/stable-image/edit/outpaintOutpaint 服务可以在图像中以各种方向填充额外内容,相比其他自动或手动方法,Outpaint 服务能够最大程度地减少瑕疵,使得编辑后的原始图像迹象不易察觉。
详细用法请参考官方文档:https://platform.stability.ai/docs/api-reference#tag/Edit/paths/~1v2beta~1stable-image~1edit~1outpaint/post
价格:0.1PTC/次
请求参数
Header 参数
Content-Type
string
必需
示例值:
multipart/form-data
Accept
string
必需
示例值:
image/*
Authorization
string
必需
示例值:
Bearer {{YOUR_API_KEY}}
Body 参数multipart/form-data
image
file
必需
left
integer
可选
right
integer
可选
up
integer
可选
down
integer
可选
示例代码
返回响应
OK(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 6 个月前