Remote URL upload
Upload
Remote URL upload
Fetch a file from a remote URL and store it in your Autorender workspace.
POST
Remote URL upload
Overview
Fetches a file from a public HTTP or HTTPS URL on our servers and stores it in your workspace. Use this when the file already lives on another server and you don’t want to download it locally first.Required request
Headers
Body fields
Minimal example
Example with options
Next steps
Direct upload
Upload a file’s bytes directly from your backend.
List files
Page through the files in your workspace.
Authorizations
API key for public endpoints. Can also be provided via Authorization: Bearer
Body
application/json
HTTP/HTTPS URL to fetch
Override file name
Destination folder path
Tags array or comma-separated string
true/false to append random suffix
JSON string of metadata object
Response
Upload created
Upload created
Required range:
-9007199254740991 <= x <= 9007199254740991Required range:
-9007199254740991 <= x <= 9007199254740991Required range:
-9007199254740991 <= x <= 9007199254740991Pattern:
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$