Upload File
POST/api/v1/files/upload
Upload one or more files directly. Supports multipart form data with optional folder path for automatic folder creation.
Headers
AuthorizationstringRequired
Bearer token for authentication
Content-TypestringRequired
Must be multipart/form-data
Body
filefileRequired
File(s) to upload. Use file0, file1, etc. for multiple files.
folderPathstringOptional
Folder path where file should be placed. Folders are created automatically if they don't exist.
POST/api/v1/files/upload
Response