curl --location --request POST 'https://api.kie.ai/api/v1/jobs/createTask' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "seedream/4.5-edit",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "Keep the model'\''s pose and the flowing shape of the liquid dress unchanged. Change the clothing material from silver metal to completely transparent clear water (or glass). Through the liquid water, the model'\''s skin details are visible. Lighting changes from reflection to refraction.",
"image_urls": [
"https://static.aiquickdraw.com/tools/example/1764851484363_ScV1s2aq.webp"
],
"aspect_ratio": "1:1",
"quality": "basic"
}
}'