Merge Files API Builder
Create a file merging API tailored to your needs. Use "Import," "Process," and "Export" tasks to combine multiple files and generate the code in your chosen programming language. Refer to our docs for more info.
import-1
Task Type
import/upload
File
Refer to our docs for more info.
import-2
Task Type
import/upload
File
Refer to our docs for more info.
merge-1
Task Type
merge
Input
import-1
x
import-2
x
Name(s) of the input task.
Output Format
Output format of this task
Filename
Filename of this task
export-1
Task Type
export/url
Input
merge-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"
        },
        "import-2": {
            "operation": "import/upload"
        },
        "merge-1": {
            "operation": "merge",
            "input": [
                "import-1",
                "import-2"
            ],
            "output_format": "pdf"
        },
        "export-1": {
            "operation": "export/url",
            "input": [
                "merge-1"
            ]
        }
    }
}
HelpHelp