Gets the file content from the generated URL of the Generate Download URL task.
Loading, Please Wait...
Gets the file content from the generated URL of the Generate Download URL task.
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]"
}'
The task has been executed successfully without any errors.