Direct File Upload
Storage
Direct File Upload
Upload files directly using multipart/form-data
PUT
Direct File Upload
Upload a file directly from your local system using multipart/form-data.
Request
Parameters
The file to upload. Use
@ prefix followed by the file pathExample
Response
Success Response
Status Code:200 OK
Whether the upload was successful
URL to access the uploaded file
Use Cases
- Uploading files from local file system
- Direct file uploads from applications
- Best for: Command-line uploads, server-to-server transfers
