From aa310039bc768c9a7190337e01f8c6624ec2dc20 Mon Sep 17 00:00:00 2001 From: Abdelrahman Essawy Date: Mon, 3 Aug 2026 20:22:07 +0300 Subject: [PATCH 1/3] docs: add the image.upscale job type reference --- docs.json | 3 +- jobs/image-upscale.mdx | 166 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 168 insertions(+), 1 deletion(-) create mode 100644 jobs/image-upscale.mdx diff --git a/docs.json b/docs.json index e839d3a..8d1f6d3 100644 --- a/docs.json +++ b/docs.json @@ -59,7 +59,8 @@ "icon": "sparkles", "pages": [ "jobs/image-generate", - "jobs/image-edit" + "jobs/image-edit", + "jobs/image-upscale" ] } ] diff --git a/jobs/image-upscale.mdx b/jobs/image-upscale.mdx new file mode 100644 index 0000000..824c1bf --- /dev/null +++ b/jobs/image-upscale.mdx @@ -0,0 +1,166 @@ +--- +title: "Upscale an image" +sidebarTitle: "Image upscale" +description: "Increase an image's resolution on a one-step diffusion restoration model. Ask for a factor or a target height, and transparency survives." +icon: "expand" +keywords: ["image upscale api", "ai image upscaler api", "super resolution api", "upscale image api", "enlarge image api", "photo restoration api", "seedvr2 api", "png upscale api", "image upscaler rest api"] +canonical: "https://rendobar.com/docs/jobs/image-upscale" +--- + +