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/character-edit",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "A fabulous look head tilted down, looking forward with a smile\n",
"image_url": "https://file.aiquickdraw.com/custom-page/akr/section-images/17557680349256sa0lk53.webp",
"mask_url": "https://file.aiquickdraw.com/custom-page/akr/section-images/1755768046014ftgvma28.webp",
"reference_image_urls": [
"https://file.aiquickdraw.com/custom-page/akr/section-images/1755768064644jodsmfhq.webp"
],
"rendering_speed": "BALANCED",
"style": "AUTO",
"expand_prompt": true,
"num_images": "1"
}
}'