POST
/
v1
/
ai
/
image-upscaler
HttpResponse<String> response = Unirest.post("https://api.freepik.com/v1/ai/image-upscaler")
.header("x-freepik-api-key", "<api-key>")
.header("Content-Type", "application/json")
.body("{\n \"image\": \"iVBORw0KGgoAAAANSUhEUgAAASwAAAEsAQAAAABRBrPYAAABrElEQVR4nO3BMQEAAADCoPVPbQ0Po...\",\n \"webhook_url\": \"https://httpbin.org/post\",\n \"scale_factor\": \"2x\",\n \"optimized_for\": \"standard\",\n \"prompt\": \"Crazy dog in the space\",\n \"creativity\": 2,\n \"hdr\": 1,\n \"resemblance\": 0,\n \"fractality\": -1,\n \"engine\": \"magnific_sparkle\"\n}")
.asString();
{
"generated": [],
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"task_status": "IN_PROGRESS"
}

Important

For a comprehensive guide on this service, including use cases and detailed functionality, check out our Image Upscaler Guide.

Request

Authorizations

x-freepik-api-key
string
header
required

Your Freepik API key. Required for authentication. Learn how to obtain an API key

Body

application/json

Response

200
application/json

OK - The request has succeeded and the upscaling process has started. The result will be notified by a Webhook call

The response is of type object.