Your agent can't run media tooling or render video itself; this edits existing clips and generates new ones from a prompt.
Audio & Video
You need a video, whether to find real stock footage, generate a new clip, or edit one you have.
Pure audio work, transcription, reading text out of a video, or live streaming.
Each is a sub-skill of Video; the router picks the right one for your request.
file (video/mp4)
Returns a downloadable file, not base64. A stock-footage search may instead return candidate clips for the caller to choose from.
The request could mean find real footage or generate a new clip, and no source video 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/video/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"prompt":"Find free video clips of mountains"}}'Example requests