Authorization: Bearer ********************
curl --location --request POST 'https://api.ephone.ai/ideogram/upscale' \
--form 'image_file=@""' \
--form 'image_request="{\"resemblance\":50,\"magic_prompt_option\":\"AUTO\",\"prompt\":\"A%20serene%20tropical%20beach%20\",\"seed\":12345,\"detail\":50}"'
{
"created": "string",
"data": [
{
"is_image_safe": true,
"prompt": "string",
"resolution": "string",
"seed": 0,
"style_type": null,
"url": "string"
}
]
}