v2
latestOpenAPI 3.0.12026-07-266846393.5 KBDocument, File & System
Upload File from URL
Downloads file from a source url and uploads it as a temporary file. Temporary files are automatically permanently removed after 1 hour.
get/v1/file/upload/url
Query parameters
urlstring required
URL of the file to upload.
namestring
The name the file will be stored with.
httpusernamestring
httppasswordstring
Response
Success.
Example response
{
"status": "success",
"message": "Success",
"url": "https://pdf-temp-files.s3.us-west-2.amazonaws.com/output.pdf",
"jobId": "6YSZD3U872ZYYFEDMQCQSGEEO8YSF5WA",
"credits": 2,
"remainingCredits": 1480582,
"duration": 33
}