{
"model": "wan2.7-image",
"prompt": "Change the car in image 1 to red",
"input": {
"messages": [
{
"role": "user",
"content": [
{
"image": "https://example.com/car.jpg"
},
{
"text": "Change the car in the image to red while keeping the background unchanged"
}
]
}
]
},
"parameters": {
"size": "2K",
"n": 1,
"watermark": false
}
}curl --location '/v1/images/edits' \
--header 'Content-Type: application/json' \
--data '{
"model": "wan2.7-image",
"prompt": "Change the car in image 1 to red",
"input": {
"messages": [
{
"role": "user",
"content": [
{
"image": "https://example.com/car.jpg"
},
{
"text": "Change the car in the image to red while keeping the background unchanged"
}
]
}
]
},
"parameters": {
"size": "2K",
"n": 1,
"watermark": false
}
}'{
"created": 0,
"data": [
{
"url": "string",
"b64_json": "string",
"revised_prompt": "string"
}
]
}