Skip to content
UniAPI Doc
Search
K
Main Navigation
首页
文档
Appearance
Menu
Return to top
Generates(文生图)
POST
/ideogram/generate
Authorizations
apikey-header-Api-Key
Type
API Key (header: Api-Key)
Request Body
Schema
JSON
JSON
{
}
Responses
200
Content-Type
application/json
Schema
JSON
JSON
{
"created"
:
"string"
,
"data"
:
[
{
"prompt"
:
"string"
,
"resolution"
:
"string"
,
"is_image_safe"
:
true
,
"seed"
:
0
,
"url"
:
"string"
,
"style_type"
:
"string"
}
]
}
POST
/ideogram/generate
Playground
Authorization
apikey-header-Api-Key
Body
JSON
Try it out
Samples