Edit(编辑)
测试中
POST
https://api.deerapi.com/edit
根据给定的提示和可选参数,实时提供重新混合的图像
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.deerapi.com/edit' \
--header 'Authorization: {{api-key}}' \
--form 'image_file=@""' \
--form 'mask=@""' \
--form 'prompt="cat"' \
--form 'model="V_2_TURBO"' \
--form 'magic_prompt_option=""' \
--form 'seed=""' \
--form 'style_type=""' \
--form 'num_images=""'
响应示例响应示例
200 - Success
{
"data": [
{
"seed": 12345,
"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's 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.",
"resolution": "1024x1024",
"url": "https://ideogram.ai/api/images/direct/8YEpFzHuS-S6xXEGmCsf7g",
"is_image_safe": true
},
{
"seed": 12345,
"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's 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.",
"resolution": "1024x1024",
"url": "https://ideogram.ai/api/images/direct/8YEpFzHuS-S6xXEGmCsf7g",
"is_image_safe": true
}
],
"created": "2000-01-23T04:56:07.000Z"
}
请求参数
Header 参数
Authorization
string
可选
示例值:
{{api-key}}
Body 参数multipart/form-data
image_file
file
必需
mask
file
必需
prompt
string
必需
示例值:
cat
model
string
可选
示例值:
V_2_TURBO
magic_prompt_option
enum<string>
可选
枚举值:
AUTOONOFF
默认值:
AUTO
seed
string
可选
style_type
enum<string>
可选
枚举值:
AUTOGENERALREALISTICDESIGNRENDER_3DANIME
num_images
string
可选
返回响应
修改于 2025-04-02 06:45:43