{
"sourceImageUrl": "https://file.302.ai/gpt/imgs/20250307/compressed_8fc9917ae0734e2f87db483f55933e19.jpeg",
"targetImageUrl": "https://file.302.ai/gpt/imgs/20250307/compressed_57b82c500acc4090ab579e16eb6226f7.jpeg",
"sourceDescription": "一瓶雪碧",
"targetDescription": "一瓶可乐"
}
curl --location --request POST 'https://api.302.ai/302/comfyui/anything-changer/create-task' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Content-Type: application/json' \
--data-raw '{
"sourceImageUrl": "https://file.302.ai/gpt/imgs/20250307/compressed_8fc9917ae0734e2f87db483f55933e19.jpeg",
"targetImageUrl": "https://file.302.ai/gpt/imgs/20250307/compressed_57b82c500acc4090ab579e16eb6226f7.jpeg",
"sourceDescription": "一瓶雪碧",
"targetDescription": "一瓶可乐"
}'
{
"code": 200,
"msg": "success",
"data": {
"taskId": "e194fed2-5148-4492-8f87-2cff0556bb21"
}
}