提交ai玩图任务
POST
open/ai_convert请求参数
Header 参数
Content-Type
string
必需
示例值:
application/json
Authorization
string
必需
示例值:
Basic xxxxxxxxxx
此值可以在 开放平台(https://open.creator.nolibox.com) - 应用列表 - 操作中的"TOKEN"中获取。计算方式:"Basic " + Base64.encode(App Key:App Secret)
Body 参数application/json
image_url
string
图片地址
支持类型:png、jpg、jpeg
prompt
string
prompt
negative_prompt
string
负面词
num_steps
integer
采样步数
guidance_scale
number
扣题程度
guess_mode
boolean
猜测模式
style
string
模型风格
示例
{
"image_url": "string",
"prompt": "string",
"negative_prompt": "string",
"num_steps": 0,
"guidance_scale": 0,
"guess_mode": true,
"style": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
code码
0成功 1失败
data
object
数据
uid
string
uid
用于查询任务的标识
msg
string
错误信息
error
示例
{
"code": 0,
"data": {
"uid": "58542669cece2c2926d4aa19f2adbfa2"
},
"msg": "success"
}
最后修改时间: 2 年前