curl --location 'https://api.kie.ai/api/v1/jobs/createTask' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "seedream/5-pro-layer-decomposition",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "Separate the title text <bbox>179 58 809 197</bbox> and the parrot <bbox>330 274 641 991</bbox> into independent layers",
"image_url": "https://example.com/seedream-layer-input.png",
"size": "auto",
"output_format": "jpeg"
}
}'