{
"model": "wanx2.1-t2i-turbo",
"prompt": "1+1",
"size": "1024x1024",
"negative_prompt": "",
"prompt_extend": true
}
curl --location --request POST 'https://api.mindcraft.com.cn/v1/images/generations' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "wanx2.1-t2i-turbo",
"prompt": "1+1",
"size": "1024x1024",
"negative_prompt": "",
"prompt_extend": true
}'
{
"id": "0dc05a86cb1243a1b9070ee86fd30fb1",
"model": "wanx2.1-t2i-turbo",
"usage": {
"prompt_cost": 140
},
"data": [
{
"file_url": "https://dashscope-result-wlcb-acdr-1.oss-cn-wulanchabu-acdr-1.aliyuncs.com/1d/7b/20250225/2948c1fa/8c6aa68a-b3b2-4d34-8759-4c48633f472e.png?Expires=1740540142&OSSAccessKeyId=LTAI5tKPD3TMqf2Lna1fASuh&Signature=QXqz1ed1axVzjXskKAXZxgAGi1I%3D",
"image_width": 1024,
"image_height": 1024
}
]
}