curl --request GET \
--url https://api.comfy.org/proxy/freepik/v1/ai/image-upscaler-precision-v2/{task_id} \
--header 'Authorization: Bearer <token>'{
"data": {
"generated": [
"<string>"
],
"status": "CREATED",
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}
}Returns the current status and output URL of a specific precision upscaler V2 task.
curl --request GET \
--url https://api.comfy.org/proxy/freepik/v1/ai/image-upscaler-precision-v2/{task_id} \
--header 'Authorization: Bearer <token>'{
"data": {
"generated": [
"<string>"
],
"status": "CREATED",
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}
}Was this page helpful?