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",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "A 2D flat art style campsite poster with the text “Kie AI Seedream 3.0 API”. The scene includes mountains, brown tents under a sunny sky, a rabbit, a deer, some birds, green grass, and a flowing river, all illustrated in clean vector art.",
"image_size": "square_hd",
"guidance_scale": 2.5,
"enable_safety_checker": true
}
}'