Compress Video API Builder
Build your video compression API with our intuitive builder. Configure "Import," "Process," and "Export" tasks to optimize video files and export the code in the language of your choice. Refer to our docs for more info.
import-1
Task Type
import/upload
File
Refer to our docs for more info.
compress-1
Task Type
compress
Input
Name of the input task.
Input Format
Input format of this task
Output Format
Output format of this task
export-1
Task Type
export/url
Input
compress-1
x
Name(s) of the input task.
Filename
Specify a custom filename including extension.
POST: https://api.freeconvert.com/v1/process/jobs
{
    "tasks": {
        "import-1": {
            "operation": "import/upload"
        },
        "compress-1": {
            "operation": "compress",
            "input": "import-1",
            "input_format": "mp4",
            "output_format": "mp4"
        },
        "export-1": {
            "operation": "export/url",
            "input": [
                "compress-1"
            ]
        }
    }
}
HelpHelp