Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.comfy.org/proxy/freepik/v1/ai/image-upscaler/{task_id} \ --header 'Authorization: Bearer <token>'
{ "data": { "generated": [ "<string>" ], "task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91" } }
Get the status of the upscaling task
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the task
OK - The task status is returned
Show child attributes
Was this page helpful?