Convert Files API Builder
Build a versatile file conversion API. Configure "Import," "Process," and "Export" tasks to convert files between formats, then export the API code in the language that works for you. Refer to our docs for more info.
import-1
Task Type
import/upload
File
Refer to our docs for more info.
convert-1
Task Type
convert
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
convert-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"
        },
        "convert-1": {
            "operation": "convert",
            "input": "import-1",
            "input_format": "mov",
            "output_format": "mp4"
        },
        "export-1": {
            "operation": "export/url",
            "input": [
                "convert-1"
            ]
        }
    }
}
HelpHelp