curl --location --request POST '/api/v1/jobs/createTask' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "seedream-v5-lite-edit",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "Edit the reference image into a futuristic cityscape at sunset with neon lights",
"reference_images": [
"https://example.com/reference-image-1.jpg",
"https://example.com/reference-image-2.jpg"
],
"aspect_ratio": "square_1_1",
"seed": 12345,
"enable_safety_checker": true
}
}'