Fundamentals: Uploads
GesamtDB supports multimodal uploads through the REST endpoint POST /upload.
Uploads use multipart/form-data and accept CSV or ZIP files.
ZIP uploads
When you upload a ZIP archive, GesamtDB converts it into one SQL table with two columns:
filename: path/name of each file in the ZIP archivecontent: MIME-encoded file content used during AI operator evaluation
Supported file formats
Structured upload formats:
- CSV
- ZIP
Image formats:
- JPG
- PNG
- GIF
- WEBP
Audio formats:
- MP3
- WAV
See the landing page for the complete and current format list.