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 Base URL
https://api.jsonsilo.com/
Region-Base URL
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

curl -X GET \
    -H 'X-SILO-KEY: YOUR_API_KEY' \
    -H 'Content-Type: application/json' \
    https://api.jsonsilo.com/4df8d9d5-38cc-49e5-9f08-15d2819742fb

Supported HTTP method

Are you looking for an API to able CREATE, READ, UPDATE, and DELETE?
Check here
  • GET only

Access Key

Access Key is crucial for accessing a private silo. JSONsilo 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

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

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. JSONsilo When you click the Revoke action, a confirmation message will appear, asking you to confirm the revocation of the selected key. JSONsilo

Request Limit

There is no request limit.