Edit Content
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.
Documentation Index
Fetch the complete documentation index at: https://developers.recoupable.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your Recoup API key. Learn more.
Body
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 Response
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 