Skills/Images/Upscale

Upscale

~5 credits / image (up to 10)

Increases the resolution of an image you already have by 2x or 4x, synthesizing realistic detail so the larger result stays sharp instead of looking like a blurry stretch. Good for preparing low-resolution photos, thumbnails, or older images for print or large displays. Provide the image and choose how much to enlarge it; the content is left unchanged.

Use when

You want an existing image larger or sharper, not regenerated.

Not for

Changing the content of the image.

Cost

~5 credits / image (up to 10)

Estimated; the actual charge depends on your input and is shown in the response.

What it accepts

Set these inside the intent when you run it.

source_imagerequired

URL of the image to enlarge.

descriptionoptional

Optional, how much to enlarge, 2x or 4x.

What you get back

A higher-resolution version of your image as a downloadable file.

Run it

Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Images skill will route from your intent instead.)

curl -X POST "https://skill.askfaro.com/skills/image/run" \
  -H "Authorization: Bearer $FARO_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"intent":{"operation":"upscale","source_image":"https://example.com/your-image.png","description":"upscale 4x"}}'

Example requests

  • Upscale this image to 4x
  • Make this thumbnail print-ready
  • Sharpen this low-res photo to a higher resolution