curl --location --request POST 'https://api.kie.ai/api/v1/jobs/createTask' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "bytedance/seedream-v4-edit",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "Refer to this logo and create a single visual showcase for an outdoor sports brand named ‘KIE AI’. Display five branded items together in one image: a packaging bag, a hat, a carton box, a wristband, and a lanyard. Use blue as the main visual color, with a fun, simple, and modern style.",
"image_urls": [
"https://file.aiquickdraw.com/custom-page/akr/section-images/1757930552966e7f2on7s.png"
],
"image_size": "square_hd",
"image_resolution": "1K",
"max_images": 1
}
}'