Submit FFmpeg processing job
submit_ffmpeg_jobSubmit a private FFmpeg job to trim, transcode, watermark, or create thumbnails from public media URLs. Returns a job ID for status polling.
Instructions
Submit a private FFmpeg processing job through Upload-Post. Provide input_url for one input, or files for multiple public URLs. Optionally provide full_command beginning with ffmpeg for explicit trim/transcode/watermark/thumbnail commands. Returns a job_id you can poll with get_ffmpeg_job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | No | Public URLs of multiple input media files, when the job needs more than one source. | |
| input_url | No | Public URL of the input media. Use this for a single source file. | |
| full_command | No | Optional explicit command. Must start with `ffmpeg`; shell metacharacters are rejected by the API. | |
| output_filename | No | Optional preferred output filename, e.g. clip.mp4 or thumbnail.jpg. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No |