Request
Body Params  application/json
{
    "businessTaskId": "11",
    "comfyTaskType": "Flux1SchnellFP8",
    "prompt": "blue sea, light yellow moon",
    "width": 512,
    "height": 512,
    "steps": 4
}
Request Code Samples
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
}'
Responses
application/json {
    "code": "200",
    "msg": "success",
    "data": {
        "taskId": "11895411",
        "status": 1,
        "outputImageUrl": "https://aigcoss.zhiqiteai.cn/Output-Img2/codeformer/pro1704677500319557818419.png"
    }
}
Modified at 2024-10-21 06:26:50