{
"model": "imagen-3.0-generate-002",
"prompt": "1girl",
"size": "1024x1024"
}
curl --location --request POST 'https://api.mindcraft.com.cn/v1/images/generations' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "imagen-3.0-generate-002",
"prompt": "1girl",
"size": "1024x1024"
}'
{
"id": "7f12d70d0f7a47509b6bd40e56347361",
"model": "image-01",
"usage": {
"prompt_cost": 25
},
"data": [
{
"file_url": "https://hailuo-image-algeng-data.oss-cn-wulanchabu.aliyuncs.com/image_inference_output%2Fhailuo%2Fprod%2Fimg%2F2025-02-25%2F4303bb5b-ee98-458f-b81c-6854588d347b.jpeg?Expires=1740541351&OSSAccessKeyId=LTAI5t5i98DA24TibFGGcX8h&Signature=NfLJ3X78j0P9FkslkSBIqAdN4Ts%3D",
"image_width": 1024,
"image_height": 1024
}
]
}