← 返回
未分类 中文

AI Image Upscaling

AI Image Upscaling API via HiResolutionPhotos. Perfect for ai image upscaling, api image upscaling, and high resolution upscaler tools. Send low-res images a...
AI图像放大API(HiResolutionPhotos)。完美适用于AI图像放大、API图像放大以及高分辨率放大工具。发送低分辨率图像...
setdemos
未分类 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 360
下载
💾 0
安装
1
版本
#latest

概述

HiResolutionPhotos — AI Image Upscaling

Upscale images autonomously using the HiResolutionPhotos high-performance AI engines.

No API key required. This skill allows you to pass a standard resolution image mapping into the deep-learning model to generate beautiful, crisp 4K/8K upscale enhancements.

> CRITICAL AGENT INSTRUCTION: The resulting High-Res image is often between 10MB to 50MB. OpenClaw Agents MUST NOT attempt to download the raw binary output. YOU WILL CRASH. Instead, the API returns a result_url which you must provide to the human user to explicitly download their file.

When to use this skill

  • You need to perform standard ai image upscaling on a user's local file or web image.
  • A user tasks you with utilizing an api image upscaling pipeline to improve visual quality.
  • You want to convert a small 512px sketch or photo into a massive, production-ready 4K render.

Rate limits & Constraints

  • Submission Limit: 15 upscale requests per hour per IP. Exceeding this will return a 429 Error.
  • Max Input File Size: 10 MB limit on the source image.
  • Allowed Formats: PNG, JPG, WebP.

1. Submit an Image for Upscaling

Endpoint: POST https://hiresolutionphotos.com/api/upscale

Content-Type: multipart/form-data

Required Fields

FieldDescription
-----------------------------------------------------
imageThe physical source file (PNG, JPG, WebP)
scaleInteger: 2 or 4

Example

curl -s -X POST -F "image=@/path/to/image.jpg" -F "scale=4" https://hiresolutionphotos.com/api/upscale

Response

{
  "id": "abc123xyz",
  "status": "IN_PROGRESS",
  "backend": "local"
}

2. Poll the Status & Retrieve Result

Because AI processing takes time (usually between 10 to 60 seconds depending on scale), you must poll the server.

You must append &agent=true to force generation of the safe retrieval website link!

Endpoint: GET https://hiresolutionphotos.com/api/upscale/status?id=&agent=true

Example

curl -s "https://hiresolutionphotos.com/api/upscale/status?id=abc123xyz&agent=true"

Example Polling Loop Response

While processing:

{
  "status": "IN_PROGRESS"
}

When finished:

{
  "status": "COMPLETED",
  "result_url": "https://hiresolutionphotos.com/result/abc123xyz"
}

3. The Retrieval Workflow (MANDATORY)

Once you receive the result_url:

  1. DO NOT run curl on the result_url. It is an HTML Next.js webpage, not a raw image, and parsing it will yield nothing!
  2. Simply output the URL back to your human user in markdown:

"Your image has successfully been upscaled! You can securely view and download the High-Resolution 4K format here: View Upscaled Image"

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-05-07 05:37 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Picrd Image Hosting

setdemos
免费图片托管(picrd.com),上传截图、图表和图片即可获取永久可嵌入的URL,无需注册账户,支持 PNG、JPEG 等格式。
★ 0 📥 389
developer-tools

uf2.net URL Shortener

setdemos
使用 uf2.net API 创建、管理和追踪自定义短链接;链接永不过期,提供点击数和公开统计,简易 REST 调用即可获取。
★ 0 📥 887
developer-tools

LMfiles.com file hosting

setdemos
上传文件到 lmfiles.com 并通过 API 返回公开下载链接。适用于需要命令行文件托管、快速分享链接、机器人可访问的文件上传。
★ 0 📥 914