Introduction

This page is a guide on how to manage a private silo, how to use it in your project, and some basic use cases that you can do with it.

Use Case

  • Retriving a simple JSON data through server side instead of client side
  • Cache data

Default Endpoint

https://api.jsonsilo.com/

Region-Based Endpoints

https://[region-code].jsonsilo.com/
RegionCodeExampleFree PlanPaid Plan
Germany (Dusseldorf)apihttps://api.jsonsilo.com/
Singaporesg-01-apihttps://sg-01-api.jsonsilo.com/
United States (Central)usc-01-apihttps://usc-01-api.jsonsilo.com/

Basic usage

Access Key

Access Key is crucial for accessing a private silo.

To generate a new access key:

  1. From the sidebar menu, click Keys > Access Key.
  2. Click the + Add button to generate a new key.

Create Access Key

Key names are optional. If you leave it empty, the default name will be set to Secret Key.

Revoke Access Key

Please ensure there are no silos using the key. Otherwise, the silo will be unreachable and cause an error in the application or service using the key to make requests.

To revoke the access key, go to the Keys page, select the key to revoke in the Access Key section, and click the Revoke action.

When you click the Revoke action, a confirmation message will appear, asking you to confirm the revocation of the selected key.

Request Limit

There is no request limit.