Storage Architecture
Each Space comes with 50 GB of cloud storage. Files are stored securely and isolated per workspace — your files are never visible to other users unless you explicitly share your Space.What Happens When You Upload
When a file is uploaded to your Space:Content extraction
Text, structure, and metadata are extracted based on file type — OCR for scanned documents, transcription for audio/video, parsing for data files
Supported File Types
| Category | Formats |
|---|---|
| Documents | PDF, Word (.docx, .doc), PowerPoint, Markdown, HTML, plain text, RTF |
| Images | PNG, JPG, JPEG, SVG, GIF, WebP, BMP, TIFF, HEIC |
| Videos | MP4, MOV, AVI, MKV, WebM |
| Audio | MP3, WAV, M4A, FLAC, OGG |
| Data | CSV, Excel (.xlsx, .xls), JSON, Parquet |
| Code | Python, JavaScript, and other common programming formats |
File Storage API
The File Storage API provides programmatic access to upload, list, retrieve, and delete files:| Endpoint | Method | Description |
|---|---|---|
/v1/storage/files | POST | Upload a file |
/v1/storage/files | GET | List files with pagination |
/v1/storage/files/{fileId} | GET | Get file contents or metadata |
/v1/storage/files/{fileId} | DELETE | Delete a file |
x-api-key header:
Sections
Uploading Files
How to upload files via the UI and API
Managing Files
Organize, rename, move, and delete files
Search & Discovery
How Zark’s AI-powered search finds content across your Space