Vertopal — Free Online Converter
API Menu

Get File from Download URL

POST /v1/download/url/get

Gets the file content from the generated URL of the Generate Download URL task.

Request

The example code of this section shows the structure of the Get File from Download URL request. You may see the other request structure keys such as data keys and see how to request is authenticated.
HTTP
cURL

POST https://api.vertopal.com/v1/download/url/get
Authorization: Bearer [APP_TOKEN]

data={
"app": "[APP_ID]",
"connector": "[CONNECTOR]"
}

curl -L -X POST 'https://api.vertopal.com/v1/download/url/get' \
-H 'Authorization: Bearer [APP_TOKEN]' \
-F 'data={
"app": "[APP_ID]",
"connector": "[CONNECTOR]"
}'

Response

HTTP Status Codes

OK 200

The task has been executed successfully without any errors.

Loading, Please Wait...