Searches free, commercially usable stock-photo libraries for real photographs that match your description and returns a set of candidates, each with image URLs, dimensions, and the photographer credit needed for attribution. Describe the subject you want, and optionally ask for a square, portrait, or landscape orientation. Nothing is generated, these are real photos by real photographers.
You want an authentic photo of a real, findable subject rather than a generated one.
Bespoke, branded, or non-existent scenes that no real photo would show.
0.1 credits / search
Set these inside the intent when you run it.
What to search for, in plain words.
Optional shape, one of square, portrait, or landscape.
A set of candidate photos, each with image URLs, dimensions, and photographer and source attribution.
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":"find","description":"snowy mountains at sunrise","aspect_ratio":"landscape"}}'Example requests