Endpoint Examples
Run FFmpeg Command
Submit an FFmpeg command for processing with input and output file specifications.
POST
Authorizations
Body
application/json
Request model for submitting a single FFmpeg command.
This model allows submitting an FFmpeg command with input and output file specifications. Input file aliases must start with 'in_' and direct to a publicly accessible file, and output file aliases must start with 'out_' and only name a file name to be created.
Response
200
application/json
Successfully submitted FFmpeg command
Response model for command submission.
Contains the unique identifier assigned to the submitted command that can be used to poll for status and retrieve results.