curl --location --request POST 'https://api.kie.ai/api/v1/jobs/createTask' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gpt-image-2-image-to-image",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "将这张产品图改造成高级感电商海报风格。",
"image_urls": [
"https://example.com/"
]
}
}'{
"code": 200,
"msg": "success",
"data": {
"taskId": "task_gptimage_1765180586443"
}
}