Skip to content
UniAPI Doc
Search
K
Main Navigation
首页
文档
Appearance
Menu
Return to top
提交Imagine任务(文生图、文图生图)
POST
/mj/submit/imagine
Authorizations
bearer
Type
HTTP (bearer)
Request Body
Schema
JSON
JSON
{
"base64Array"
:
[
"string"
]
,
"notifyHook"
:
"string"
,
"prompt"
:
"string"
,
"state"
:
"string"
}
Responses
200
Content-Type
application/json
Schema
JSON
JSON
{
"code"
:
0
,
"description"
:
"string"
,
"properties"
:
{
}
,
"result"
:
0
}
POST
/mj/submit/imagine
Playground
Authorization
bearer
Body
JSON
Try it out
Samples