Skip to content

Overview

What is Atiru?

Atiru is an API service for file storage and image serving. Applications send files to Atiru and receive stable URLs. When files are images, Atiru can serve them with optional resizing and CDN-friendly caching.

Who is it for?

Teams that need a single, secure place to store user uploads and serve images (e.g. product images, avatars) without building storage and image pipelines.

Main benefits

  • Secure storage: Files are stored per user. Access is controlled by login or API keys.
  • Image delivery: Stored images can be served with on-the-fly resizing (e.g. thumbnails) and cache-friendly headers for CDNs.
  • Flexible URLs: Users can set a custom base URL (e.g. their own CDN domain) for file URLs; a default is provided otherwise.
  • API keys: Server-to-server and script access via API keys (no user passwords in backends).

How it works

Users register or log in, upload files, and receive URLs. They can list and manage files and set a custom public URL base. Images (and other viewable types) are available at a dedicated media URL with optional resizing; the system works with CDNs.

Key URLs

PurposeURL
APIhttps://api.atiru.io
CDN (default)https://cdn.atiru.io
Dashboardhttps://atiru.io