Generate Image(生成图片)
POST
{{BASE_URL}}/recraft/v1/images/generations最后修改时间: 7 天前
请求参数
Header 参数
Authorization
string
可选
示例值:
{{YOUR_API_KEY}}
Body 参数application/json
prompt
string
必需
size
string
可选
style
string
可选
realistic_image
style_id
string
可选
style_id和style参数是互斥的,如果两个参数都没有指定,则使用realistic_image默认样式
substyle
string
可选
response_format
string
可选
url b64_json
controls
object
可选
可以通过一些调整来调整生成过程。
colors
string
一系列可取的颜色
background_color
string
可选
使用给定的颜色作为所需的背景颜色
示例
{
"prompt": "red point siamese cat",
"style": "realistic_image",
"size": "1280x1024"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 7 天前