Joins several clips into one by concatenating them in order, optionally with an overlay.
You want to stitch multiple clips into a single video.
A single-clip edit like a trim or format change (use edit).
~60 credits / second of output (up to 600)
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":"compose","prompt":"Convert this MP4 to WebM for use in a web player"}}'Example requests