{
"model": "ImageInpaintingRemoval",
"image": "https://hemavideo.tos-cn-beijing.volces.com/materials/2/20260601/6a1d120bdcb64.png",
"mask": "https://hemavideo.tos-cn-beijing.volces.com/materials/2/20260601/6a1d120bdd4f0.png",
"response_format": "url"
}curl --location 'https://api.ecidc.net/v1/images/edits' \
--header 'Authorization: Bearer {your_token}' \
--header 'Content-Type: application/json' \
--data '{
"model": "ImageInpaintingRemoval",
"image": "https://hemavideo.tos-cn-beijing.volces.com/materials/2/20260601/6a1d120bdcb64.png",
"mask": "https://hemavideo.tos-cn-beijing.volces.com/materials/2/20260601/6a1d120bdd4f0.png",
"response_format": "url"
}'{
"created": 1731574045,
"data": [
{
"url": "https://aiart-xxx.cos.ap-guangzhou.myqcloud.com/xxx.jpg?q-sign-algorithm=...",
"b64_json": "string",
"revised_prompt": "string"
}
]
}