Add upres.ai — AI image upscaling API (Real-ESRGAN, SeedVR2, 8K)#2449
Open
auroracapital wants to merge 1 commit intoAPIs-guru:mainfrom
Open
Add upres.ai — AI image upscaling API (Real-ESRGAN, SeedVR2, 8K)#2449auroracapital wants to merge 1 commit intoAPIs-guru:mainfrom
auroracapital wants to merge 1 commit intoAPIs-guru:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New API: upres.ai\n\nAdds
APIs/upres.ai/1.0.0/openapi.yamlfor the upres.ai image upscaling API.\n\n### About\n\n- Domain: upres.ai\n- Category: media, machine_learning\n- Base URL:https://api.upres.ai/v1\n- Auth: Bearer token\n- Live OpenAPI spec: https://api.upres.ai/v1/openapi.json\n- Docs: https://upres.ai/docs/api\n\n### Description\n\nupres.ai provides programmatic AI image upscaling via a simple async jobs REST API. Submit an image (file upload or URL), receive a job ID, poll untilstatus == \"completed\", then download the presigned result URL. Supports 2×, 4×, and 8× (up to 8K output). 18 models available including Real-ESRGAN, SeedVR2, AuraSR, and Clarity Upscaler.\n\n### Checklist\n\n- [x] API is publicly accessible\n- [x] API is persistent (commercial SaaS)\n- [x] OpenAPI 3.1.0 spec is valid\n- [x] Added to correct directory pathAPIs/upres.ai/1.0.0/openapi.yaml\n- [x] Includes x-apisguru-categories\n- [x] Includes x-logo\n- [x] Includes externalDocs\n- [x] Live spec available at https://api.upres.ai/v1/openapi.json