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.
You want a mechanical change, including adding a logo or watermark.
Restyling or AI-editing the image content (use restyle).
~2 credits / megapixel (up to 6)
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 change.
The mechanical change to make (resize, crop, convert, rotate, filter, overlay a logo or text).
The edited 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":"adjust","source_image":"https://example.com/your-image.png","description":"resize to 800x600 and convert to WebP"}}'Example requests