巨辣AI API 全模型折扣价,平均比官方原价低30%-90%,搭载企业级高速传输链路,低丢包率、高稳定性,数据传输端到端加密,无需路由二次缓存,保障隐私安全
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 'https://api.julaai.com/kling/v1/images/generations' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"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
}
}