See it
29s start to finish · 25 credits · 1080p in and out- Output
- Your input video
- Side by side
The same 14 seconds, with the wall gone. This run asked for
mp4, which lays the subject on green; ask for webm or mov and the identical cutout arrives on a true alpha channel instead.Material
A video with one clear subject, up to 15 SECONDS. Any orientation; output is capped at 1080p on the long edge and 30fps. Pass an upload handle or a public https url.Spec
Pricing & timing
Refusals this template can return
NO_SUBJECTSUBJECT_TOO_SMALLSUBJECT_LEAVES_FRAMEUNREADABLE
Run it
- curl (REST)
- Agent (MCP)
SYNCHRONOUS: the call holds open (~90s) and the response IS the
result. No job to poll.Retrying the identical call returns the same result with
material is a public https url, or the handle from an
upload."cached": true and no second charge.Verifying alpha: a naive ffprobe reports
pix_fmt=yuv420p because VP9 alpha travels as a WebM side channel. Check the stream tag ALPHA_MODE=1, or decode with -c:v libvpx-vp9 (the default decoder silently drops the alpha plane).