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-remix",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "Change the cube into a sphere",
"image_url": "https://file.aiquickdraw.com/custom-page/akr/section-images/17550782013854ykfihxv.webp",
"rendering_speed": "BALANCED",
"style": "AUTO",
"expand_prompt": true,
"image_size": "square_hd",
"num_images": "1",
"seed": 123456,
"strength": 0.8,
"negative_prompt": "blurry, low quality, distorted, watermark"
}
}'