Skip to main content

File Storage API Documentation

Base URL

https://api.zarkai.xyz

Authentication

All API requests require authentication using an API key passed in the request header. Header:
x-api-key: YOUR_API_KEY
To obtain an API key, please contact us.

Notes

  • Maximum file size limits may apply (contact us for details)
  • File content is returned as base64-encoded strings for files under 4 MB
  • Files 4 MB or larger require separate handling using the provided metadata
  • The sizeBytes field is returned as a string to handle large file sizes
  • Use the health check endpoint to verify your API key is configured correctly