# Upload file(s) Uploads files to a specified folder or account. Endpoint: POST /topiary/file Version: 1.0.0 Security: BearerAuth ## Request fields (multipart/form-data): - `file` (array, required) A file to upload. The multipart form-data will include the filename in Content-Disposition, and the MIME type as Content-Type. Repeat this field to upload multiple files. Generate a multipart form that looks like this: Content-Disposition: form-data; name="file"; filename="example.png" Content-Type: image/png - `topiary_id` (string, required) Folder ID where the file(s) will be uploaded. Use "0" for root folder. - `account_id` (string) Account ID, required if uploading to root folder. ## Response 200 fields ## Response 415 fields