Skip to main content
Every Space includes cloud storage where your files live, get processed, and become searchable. When you upload a file, Zark doesn’t just store it — it analyzes the content, indexes it for search, and makes it available for AI interaction.

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:
1

File type detection

Zark identifies the file format and determines how to process it
2

Content extraction

Text, structure, and metadata are extracted based on file type — OCR for scanned documents, transcription for audio/video, parsing for data files
3

Indexing

Content is indexed for semantic search — searchable by meaning, not just filenames
4

AI readiness

The file becomes available for AI interaction — summarization, questions, analysis
Processing happens automatically. Most documents and images complete within seconds. Large data files and media take longer.

Supported File Types

CategoryFormats
DocumentsPDF, Word (.docx, .doc), PowerPoint, Markdown, HTML, plain text, RTF
ImagesPNG, JPG, JPEG, SVG, GIF, WebP, BMP, TIFF, HEIC
VideosMP4, MOV, AVI, MKV, WebM
AudioMP3, WAV, M4A, FLAC, OGG
DataCSV, Excel (.xlsx, .xls), JSON, Parquet
CodePython, JavaScript, and other common programming formats

File Storage API

The File Storage API provides programmatic access to upload, list, retrieve, and delete files:
EndpointMethodDescription
/v1/storage/filesPOSTUpload a file
/v1/storage/filesGETList files with pagination
/v1/storage/files/{fileId}GETGet file contents or metadata
/v1/storage/files/{fileId}DELETEDelete a file
All API requests require authentication via the x-api-key header:
curl -H "x-api-key: your_api_key" https://api.zarkai.xyz/v1/storage/files
See the API Reference for complete endpoint documentation.

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