Website Screenshot API Builder
Develop a website screenshot API with our builder. Set up "Import," "Process," and "Export" tasks to capture web pages and export the configured API code in your preferred language.
import-1
Task Type
import/webpage
URL
URL of a webpage
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/webpage"
        },
        "convert-1": {
            "operation": "convert",
            "input": "import-1",
            "input_format": "webpage",
            "output_format": "pdf"
        },
        "export-1": {
            "operation": "export/url",
            "input": [
                "convert-1"
            ]
        }
    }
}
HelpHelp