Error
Files
Upload File (URL)
Upload a file using a publicly accessible URL. Filename and mime-type are auto-detected.
POST
Error
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
_
A publicly accessible URL for the file (excluding download URLs from services like Google Drive or OneDrive).
Example:
"https://acme.com/somefile.png"
(optional) A filename, to be used instead of the original filename specified by the download URL.
Example:
"anotherfile.jpeg"
(optional) A mime-type of the file, to be used instead of the original filename specified by the download URL.
Example:
"image/jpeg"

