Authorization: Bearer ********************
{
"model_name": "kling-v1-5",
"prompt": "flow",
"negative_prompt": "",
"image": "iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==",
"aspect_ratio": "1:1",
"human_fidelity": 1,
"image_reference": "subject"
}
curl --location --request POST 'https://yunwu.ai/kling/v1/images/generations' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"model_name": "kling-v1-5",
"prompt": "flow",
"negative_prompt": "",
"image": "iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==",
"aspect_ratio": "1:1",
"human_fidelity": 1,
"image_reference": "subject"
}'
{
"code": 0,
"message": "SUCCEED",
"request_id": "CjMT7WdSwWcAAAAAALvB3g",
"data": {
"task_id": "CjMT7WdSwWcAAAAAALvB3g",
"task_status": "submitted",
"created_at": 1733851336696,
"updated_at": 1733851336696
}
}