Skip to main content
GET
/
proxy
/
freepik
/
v1
/
ai
/
skin-enhancer
/
{task_id}
Get the status of one skin enhancer task
curl --request GET \
  --url https://api.comfy.org/proxy/freepik/v1/ai/skin-enhancer/{task_id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "generated": [
      "<string>"
    ],
    "status": "CREATED",
    "task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

task_id
string
required

ID of the task

Response

OK - The task status is returned

data
object
required