Skills/Images/Adjust

Adjust

~2 credits / megapixel (up to 6)

Fast, deterministic edits to an image you already have, with no AI: resize, crop, rotate, convert format, apply filters, or overlay a logo, watermark, or text, combined into a single step. Provide the image and describe the mechanical changes you want. Priced by the size of the image, so it is far cheaper than an AI edit.

Use when

You want a mechanical change, including adding a logo or watermark.

Not for

Restyling or AI-editing the image content (use restyle).

Cost

~2 credits / megapixel (up to 6)

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 change.

descriptionrequired

The mechanical change to make (resize, crop, convert, rotate, filter, overlay a logo or text).

What you get back

The edited 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":"adjust","source_image":"https://example.com/your-image.png","description":"resize to 800x600 and convert to WebP"}}'

Example requests

  • Resize this image to 800x600 and save it as WebP
  • Add my logo to the top-right corner of this photo
  • Crop this to a square and convert it to JPG