Appearance
Upscale(放大高清)
POST
/ideogram/upscale
Authorizations
apikey-header-Api-Key
TypeAPI Key (header: Api-Key)
Request Body
multipart/form-data
image_file
string
图片文件
Format
"binary"
image_request
string
{"resemblance":50,"magic_prompt_option":"AUTO","prompt":"A%20serene%20tropical%20beach%20","seed":12345,"detail":50}
Responses
application/json
{
"created": "string",
"data": [
{
"prompt": "string",
"resolution": "string",
"is_image_safe": true,
"seed": 0,
"url": "string",
"style_type": "string"
}
]
}