v1
latestOpenAPI 3.0.22026-07-2610288167.4 KBFreepik
Proxy
Upscale an image with Magnific
This asynchronous endpoint enables image upscaling using advanced AI algorithms. Upon submission, it returns a unique task_id which can be used to track the progress. For real-time production use, include the optional webhook_url parameter to receive an automated notification once the task has been completed.
post/proxy/freepik/v1/ai/image-upscaler
Request body
Example request
{
"webhook_url": "https://www.example.com/webhook"
}Response
OK - The upscaling process has started
Example response
{
"data": {
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}
}