> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nami.cloud/llms.txt
> Use this file to discover all available pages before exploring further.

# API Reference

> Welcome to the Nami Cloud API documentation

<Note>
  This documentation provides comprehensive information about Nami Cloud's APIs and services.
</Note>

## Overview

Nami Cloud provides cloud services through RESTful APIs. Currently, we offer:

* **Storage Service**: An S3-compatible object storage service that allows you to store and retrieve any amount of data.
* **Walrus Service**: Access to the Walrus decentralized storage protocol built on the Sui blockchain.

## API Services

<CardGroup>
  <Card title="S3 Compatible Storage API" icon="cloud" href="/api-reference/storage/authentication">
    S3-compatible storage service for storing and managing objects
  </Card>

  <Card title="Walrus API (Publisher & Aggregator)" icon="database" href="/api-reference/walrus/introduction">
    Decentralized storage powered by the Walrus protocol on Sui blockchain
  </Card>
</CardGroup>

## Base URLs

Each service has its own base URL:

* Storage Service: `https://${bucketname}.storage.nami.cloud`
* Walrus Publisher Service: `https://walrus-mainnet-publisher.nami.cloud/${endpoint_key}/`

## Response Formats

Our APIs return responses in the following formats depending on the service:

* Storage Service: XML/JSON (S3-compatible responses)
* Walrus Service: JSON

## Rate Limiting

API rate limits are applied on a per-service basis. Please refer to each service's documentation for specific limits.

## Support

If you have any questions or need assistance, please contact our support team at [contact@nami.cloud](mailto:contact@nami.cloud).
