curl --location --request POST 'https://api.kie.ai/api/v1/jobs/createTask' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "ideogram/v3-edit",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "一只戴着牛仔帽的狗",
"image_url": "https://file.aiquickdraw.com/custom-page/akr/section-images/1755076859801ryyol1du.webp",
"mask_url": "https://file.aiquickdraw.com/custom-page/akr/section-images/1755076871089hx9uonhc.webp",
"rendering_speed": "BALANCED",
"expand_prompt": true,
"seed": 123456
}
}'