X-Api-Key: ********************{
"model": "string",
"image": "string",
"prompt": "string",
"mask": "string",
"n": 1,
"size": "string",
"response_format": "url",
"user": "string",
"source": "ai_image"
}curl --location '/api/ai/image/edit/async' \
--header 'X-Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"model": "string",
"image": "string",
"prompt": "string",
"mask": "string",
"n": 1,
"size": "string",
"response_format": "url",
"user": "string",
"source": "ai_image"
}'{
"data": {
"logId": "string",
"status": "generating"
},
"code": 0,
"message": "string"
}