curl --location --request POST 'https://api.qnaigc.com/v1/images/edits' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "kling-v2-1",
"prompt": "综合两个图像生成一个新场景",
"subject_image_list": [
{
"subject_image": "https://aitoken-public.qnaigc.com/example/generate-image/smile-woman.png"
},
{
"subject_image": "https://aitoken-public.qnaigc.com/example/generate-image/image-to-image-with-mask-1.jpg"
}
],
"aspect_ratio": "16:9"
}'{
"task_id": "image-1762159125266058362-1383010xxx"
}