Skills/Images/Restyle or compose (AI)

Restyle or compose (AI)

~800 credits / image (up to 4000)

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.

Use when

You want to change what the image looks like or combine images with AI.

Not for

A mechanical change like a resize or a logo overlay (use adjust, far cheaper).

Cost

~800 credits / image (up to 4000)

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 restyle or edit (or several, to compose them into one).

descriptionrequired

The change to make, in plain words (swap a background, recolor, reimagine, or combine).

What you get back

The edited or composed 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":"restyle","source_image":"https://example.com/your-image.png","description":"replace the background with an overcast beach at golden hour"}}'

Example requests

  • Replace the background of this photo with a beach at sunset
  • Change the car in this image to blue
  • Combine these product photos into one gift-basket scene