Request
Body Params  application/json
{
  "businessTaskId": "test111",
  "imageUrl": "https://dbt-aigc.oss-cn-hangzhou.aliyuncs.com/Output-Img2/zjy/three_test.webp",
  "scalingRatio": 2,
  "modelName": "realesr-animevideov3"
}
Request Code Samples
curl --location --request POST 'https://api.zhiqite.com/AIGCImgOpenServ/saas/tool/image/enlarge' \
--header 'X-Request-req-accessKeyId;' \
--header 'X-Request-req-accessKeySecret;' \
--header 'Content-Type: application/json' \
--data-raw '{
  "businessTaskId": "test111",
  "imageUrl": "https://dbt-aigc.oss-cn-hangzhou.aliyuncs.com/Output-Img2/zjy/three_test.webp",
  "scalingRatio": 2,
  "modelName": "realesr-animevideov3"
}'
Responses
application/json {
    "code": "string",
    "msg": "string",
    "data": {
        "businessTaskId": "string",
        "outputImageUrl": "string",
        "status": 0,
        "taskId": "string"
    }
}
Modified at 2024-08-09 01:36:04