Creates a new short video with audio from a text description.
The clip does not exist yet and must be made (bespoke, branded, a specific scene).
Finding real footage, or changing a video you already have.
~500 credits / video (up to 6000)
A short economical clip is the usual case; a longer, higher-fidelity, or 4K render costs more.
Estimated; the actual charge depends on your input and is shown in the response.
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":"generate","prompt":"Generate a low-cost 6-second 720p clip of waves crashing on a beach"}}'Example requests