URL File Upload
File Upload
URL File Upload
- Upload by providing a remote file URL
- System will automatically download and store the remote file
- Suitable for migrating files from other servers
- Files will expire after 72 hours
- Current user quota is limited. Uploads will fail when quota is exhausted. Please save locally if persistent storage is needed
Note:
The file upload API base URL ishttps://files-api.evolink.ai
POST
URL File Upload
Authorizations
##All APIs require Bearer Token authentication##
Get API Key:
Visit API Key Management Page to get your API Key
Add to request header:
Authorization: Bearer YOUR_API_KEYBody
application/json
Remote file URL
Requirements:
- Must be a publicly accessible URL
- Supports HTTP and HTTPS protocols
- System will automatically download the file content from this URL
- Maximum
1image per request - Currently supports uploading files in:
image/jpeg,image/png,image/gif,image/webpformats only
Example:
"https://example.com/image.jpg"
Custom upload path
Note:
- If not specified, system will automatically categorize based on file type
Example:
"downloads"
Custom file name
Note:
- If not specified, system will automatically generate a unique file name
Example:
"downloaded.jpg"