跳转到主要内容
GET
/
proxy
/
freepik
/
v1
/
ai
/
image-upscaler
/
{task_id}
Get the status of the upscaling task
curl --request GET \
  --url https://api.comfy.org/proxy/freepik/v1/ai/image-upscaler/{task_id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "generated": [
      "<string>"
    ],
    "status": "CREATED",
    "task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
  }
}

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

路径参数

task_id
string
必填

ID of the task

响应

OK - The task status is returned

data
object
必填