Your agent can't process or generate pixels in its sandbox; this resizes, converts, generates, edits, and cuts out backgrounds.
Images
Handles all image needs in one skill: generate brand-new images from text descriptions, find real stock photos matching a scene or subject, edit or restyle existing images with a natural-language instruction, and remove backgrounds to a clean transparent cutout. The skill routes each request to the right approach automatically.
You need an image, whether to generate one, find a real stock photo, or improve an existing image.
Moderating images, reading text out of an image (OCR), making logos, or generating QR codes.
Each is a sub-skill of Images; the router picks the right one for your request.
file (image/png)
Returns a downloadable file, not base64. A stock-photo search may instead return candidate photos for the caller to choose from.
The request could mean generate a new image, find a real photo, or edit an existing one, and no source image or intent makes it clear.
Skills run through one gateway with your Faro token. Hand it an intent in plain language; Faro routes to the right sub-skill, runs it, and bills per call.
curl -X POST "https://skill.askfaro.com/skills/image/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"prompt":"Get me a photo of the Rocky Mountains"}}'Example requests