Upload a file using a publicly accessible URL.
Files
Upload File (URL)
Upload a file using a publicly accessible URL. Filename and mime-type are auto-detected.
POST
Upload a file using a publicly accessible URL.
Documentation Index
Fetch the complete documentation index at: https://docs.timelines.global/llms.txt
Use this file to discover all available pages before exploring further.
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"

