Skip to main content
The Tusky API is a RESTful interface for managing decentralized storage on the Sui Walrus network. Use it to create environments, upload and download files, manage access control, configure publishers, and control your aggregators.

Base URL

https://api.tusky.io/v2
All API requests must be made over HTTPS. Requests made over plain HTTP will be rejected.

Request format

Include your API key in the Api-Key header of every request:
curl https://api.tusky.io/v2/environments \
  -H "Api-Key: YOUR_API_KEY"
See Authentication for details on generating and managing API keys.