Finds a real video clip matching a description.
You want authentic footage of a real, findable subject rather than a generated clip.
Bespoke, branded, or non-existent scenes that no real clip would show.
0.1 credits / search
Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Video skill will route from your intent instead.)
curl -X POST "https://skill.askfaro.com/skills/video/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"operation":"find","prompt":"Find free video clips of mountains"}}'Example requests