Authorization: Bearer ********************
curl --location --request POST 'https://api.ephone.ai/ideogram/edit' \
--form 'image_file=@""' \
--form 'mask=@""' \
--form 'prompt=""' \
--form 'model=""' \
--form 'magic_prompt_option=""' \
--form 'seed=""' \
--form 'style_type=""'
{
"created": "string",
"data": [
{
"is_image_safe": true,
"prompt": "string",
"resolution": "string",
"seed": 0,
"style_type": null,
"url": "string"
}
]
}