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.
You want an existing image larger or sharper, not regenerated.
Changing the content of the image.
~5 credits / image (up to 10)
Estimated; the actual charge depends on your input and is shown in the response.
Set these inside the intent when you run it.
URL of the image to enlarge.
Optional, how much to enlarge, 2x or 4x.
A higher-resolution version of your image as a downloadable file.
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