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"
}
}Get the status of a skin enhancer task (works for both Creative and Faithful modes)
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"
}
}Was this page helpful?