Apply ffmpeg edits to a video — trim, crop, resize, or overlay text. Pass a template for a preset edit pipeline, or build your own with an operations array.
Your Recoup API key. Learn more.
Edit parameters
Requires a video URL. Operations are applied sequentially via ffmpeg.
Input video URL (required)
Template name for deterministic edit config. If provided, operations are read from the template. See GET /api/content/templates for available options.
Array of edit operations to apply in order. Required if template is not provided.
Output format
mp4, webm, mov Edit task triggered successfully. Poll via GET /api/tasks/runs using the returned runId.
Background task run ID. Poll via GET /api/tasks/runs to check progress.
Status of the edit task
triggered