Appearance
Remix(混合图)
POST
/ideogram/remix
Authorizations
apikey-header-Api-Key
TypeAPI Key (header: Api-Key)
Request Body
JSON
{
"image_file": "",
"image_request": ""
}
Responses
application/json
JSON
{
"created": "string",
"data": [
{
"prompt": "string",
"resolution": "string",
"is_image_safe": true,
"seed": 0,
"url": "string",
"style_type": "string"
}
]
}