Endpoint Examples
List FFmpeg Commands
Get the statuses of a previously submitted FFmpeg commands.
GET
Authorizations
API key required for authentication. Must be provided in the X-API-KEY header.
Response
200
application/json
Successful Response
Unique identifier for the submitted command
Example:
"123e4567-e89b-12d3-a456-426614174000"
Current status of the FFmpeg command
Available options:
QUEUED
, PROCESSING
, FAILED
, SUCCESS
Status of any error that occurred during command execution
Example:
"UNREACHABLE_INPUT_FILE"
Error details if the command failed
Example:
"Input file url https://rendi.dev/example does not have a valid file name in its' end."
Time when the command was created, in UTC