Authorizations
Path Parameters
Object key (can include forward slashes for pseudo-folders)
Body
multipart/form-data
File to upload
Response
Object uploaded successfully
Name of the bucket containing the object
Example:
"avatars"
Unique key identifying the object within the bucket
Example:
"user123.jpg"
Size of the file in bytes
Example:
102400
ISO timestamp when the file was uploaded
Example:
"2024-01-15T10:30:00Z"
URL to download the file
Example:
"/api/storage/buckets/avatars/objects/user123.jpg"
MIME type of the file
Example:
"image/jpeg"