Authorization: Bearer ********************
{
"model": "Qwen/Qwen-Image",
"prompt": "a white siamese cat",
"n": 1,
"size": "1024x1024"
}
curl --location --request POST 'https://api2.aigcbest.top/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "Qwen/Qwen-Image",
"prompt": "a white siamese cat",
"n": 1,
"size": "1024x1024"
}'
{
"images": [
{
"url": "https://bizyair-prod.oss-cn-shanghai.aliyuncs.com/outputs%2F7e024863-2d3e-48a5-aa51-2b3ff15991df_66865defbed334c93c160ad2f1f207e5_ComfyUI_83894ea7_00001_.png?OSSAccessKeyId=LTAI5tPza7RAEKed35dCML5U&Expires=1760489302&Signature=8oLTgq6%2BKP%2FQ5cTGY8HAQLLXsr4%3D"
}
],
"timings": {
"inference": 0.464
},
"seed": 1116635659,
"shared_id": "0",
"data": [
{
"url": "https://bizyair-prod.oss-cn-shanghai.aliyuncs.com/outputs%2F7e024863-2d3e-48a5-aa51-2b3ff15991df_66865defbed334c93c160ad2f1f207e5_ComfyUI_83894ea7_00001_.png?OSSAccessKeyId=LTAI5tPza7RAEKed35dCML5U&Expires=1760489302&Signature=8oLTgq6%2BKP%2FQ5cTGY8HAQLLXsr4%3D"
}
],
"created": 1760485702
}