Generate Image(生成图片)
POST
/recraft/v1/images/generations请求参数
Body 参数application/json
prompt
string
必需
n
integer | null
可选
目前仅支持 n=1 和 n=2。
style_id
string | null
可选
style_id和style参数是互斥的,如果两个参数都没有指定,则使用realistic_image默认样式
style
string | null
生成的图像的风格
默认值:
realistic_image
substyle
string | null
可选
response_format
string | null
可选
返回生成的图像的格式。必须是 url 或 b64_json 之一。
默认值:
url
示例值:
urlb64_json
size
string | null
可选
默认值:
1024x1024
controls
object | null
可选
可以通过一些调整来调整生成过程。
colors
string
一系列可取的颜色
示例值:
An array of 3 integer values in range of 0...255 defining RGB Color Model
background_color
string
可选
使用给定的颜色作为所需的背景颜色
示例
{
"prompt": "red point siamese cat",
"style": "realistic_image",
"size": "1280x1024"
}
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 1 个月前