3.Remix(混合图)
POST
/ideogram/remix
输入图像在重新混合之前被裁剪到所选的纵横比。
支持的图像格式包括JPEG、PNG和WEBP。
图像链接在有限的时间(24小时)内可用;如果你想保留图像,你必须下载它。
请求参数
Header 参数
Authorization
string
必需
示例值:
{{YOUR_API_KEY}}
Body 参数multipart/form-data
image_file
file
需要编辑的图像原图
image_request
string
必需
示例值:
{ "prompt": "A serene tropical beach scene. Dominating the foreground are tall palm trees with lush green leaves, standing tall against a backdrop of a sandy beach. The beach leads to the azure waters of the sea, which gently kisses the shoreline. In the distance, there is an island or landmass with a silhouette of what appears to be a lighthouse or tower. The sky above is painted with fluffy white clouds, some of which are tinged with hues of pink and orange, suggesting either a sunrise or sunset.", "aspect_ratio": "ASPECT_10_16", "image_weight": 50, "magic_prompt_option": "ON", "model": "V_2"}
示例代码
返回响应
修改于 2025-03-09 12:25:55