Authorization: Bearer ********************
curl --location --request POST 'https://api.ephone.ai/ideogram/remix' \
--form 'image_file=@""' \
--form 'image_request="{\"image_weight\":50,\"model\":\"V_2_TURBO\",\"magic_prompt_option\":\"AUTO\",\"style_type\":\"GENERAL\",\"prompt\":\"A%20serene%20tropical%20beach%20\",\"aspect_ratio\":\"ASPECT_10_16\",\"seed\":12345,\"negative_prompt\":\"brush%20strokes%2C%20painting\"}"'
{
"created": "string",
"data": [
{
"is_image_safe": true,
"prompt": "string",
"resolution": "string",
"seed": 0,
"style_type": null,
"url": "string"
}
]
}