Upload Object with Auto-Generated Key
Client
Upload Object with Auto-Generated Key
POST
Upload Object with Auto-Generated Key
Documentation Index
Fetch the complete documentation index at: https://docs.insforge.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Pattern:
^[a-zA-Z0-9_-]+$Body
multipart/form-data
File to upload
Response
Object uploaded successfully with auto-generated key
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"