Authorization: Bearer ********************{
"model": "z-image-turbo",
"prompt": "一副典雅庄重的对联悬挂于厅堂之中,房间是个安静古典的中式布置",
"size": "1280x720",
"n": 1,
"watermark": false,
"prompt_extend": true
}curl --location --request POST 'https://yunwu.ai/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "z-image-turbo",
"prompt": "一副典雅庄重的对联悬挂于厅堂之中,房间是个安静古典的中式布置",
"size": "1280x720",
"n": 1,
"watermark": false,
"prompt_extend": true
}'{
"created": 1767842675,
"data": [
{
"url": "https://dashscope-result-bj.oss-cn-beijing.aliyuncs.com/...",
"b64_json": ""
}
]
}