{
"businessTaskId": "11",
"comfyTaskType": "Flux1SchnellFP8",
"prompt": "blue sea, light yellow moon",
"width": 512,
"height": 512,
"steps": 4
}
curl --location --request POST 'https://api.zhiqite.com/AIGCImgOpenServ/saas/tool/comfyui/text2image?X-Request-req-accessKeyId&X-Request-req-accessKeySecret' \
--header 'Content-Type: application/json' \
--data-raw '{
"businessTaskId": "11",
"comfyTaskType": "Flux1SchnellFP8",
"prompt": "blue sea, light yellow moon",
"width": 512,
"height": 512,
"steps": 4
}'
{
"code": "200",
"msg": "success",
"data": {
"taskId": "11895411",
"status": 1,
"outputImageUrl": "https://aigcoss.zhiqiteai.cn/Output-Img2/codeformer/pro1704677500319557818419.png"
}
}