Edits, restyles, or composes an image you already have from a plain-language instruction: make a targeted change such as swapping a background or adjusting colors, reimagine the image in a new style or setting, or combine several images into one composition. Provide the image (or images) and describe the change you want; an optional mask can confine an edit to one region.
You want to change what the image looks like or combine images with AI.
A mechanical change like a resize or a logo overlay (use adjust, far cheaper).
~800 credits / image (up to 4000)
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 restyle or edit (or several, to compose them into one).
The change to make, in plain words (swap a background, recolor, reimagine, or combine).
The edited or composed 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":"restyle","source_image":"https://example.com/your-image.png","description":"replace the background with an overcast beach at golden hour"}}'Example requests