From 80e593c9d6a780614507bdcc3bc9433adea5a9d7 Mon Sep 17 00:00:00 2001 From: Aurora Capital <201698397+auroracapital@users.noreply.github.com> Date: Mon, 25 May 2026 11:12:01 +0000 Subject: [PATCH] feat: add UpRes AI image upscaling API MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds UpRes (https://upres.ai/docs/api) to Art & Design section. Supports Real-ESRGAN, SeedVR2, AuraSR — up to 8K, 18 models, apiKey auth, HTTPS, CORS enabled. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63889589..2032318b 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,7 @@ API | Description | Auth | HTTPS | CORS | | [PHP-Noise](https://php-noise.com/) | Noise Background Image Generator | No | Yes | Yes | | [Pixel Encounter](https://pixelencounter.com/api) | SVG Icon Generator | No | Yes | No | | [Rijksmuseum](https://data.rijksmuseum.nl/object-metadata/api/) | RijksMuseum Data | `apiKey` | Yes | Unknown | +| [UpRes](https://upres.ai/docs/api) | AI image upscaling to 8K with 18 models (Real-ESRGAN, SeedVR2, AuraSR) | `apiKey` | Yes | Yes | | [Word Cloud](https://wordcloudapi.com/) | Easily create word clouds | `apiKey` | Yes | Unknown | | [xColors](https://x-colors.herokuapp.com/) | Generate & convert colors | No | Yes | Yes |