Access Silo
Base URL
The JSONsilo API is built on REST principles. We enforce HTTPS in every request to improve data security, integrity, and privacy. The API does not support HTTP.
All requests contain the following base URL:
EU (Germany) (Free/Default)
https://api.jsonsilo.com
SG-01 (Singapore) (Pro/Lifetime plan only)
https://sg-01-api.jsonsilo.com
There are two types of access that you can use to integrate into your application: Public
and Private
access.
Public:
Allows anyone access to your server without an API KEY.
Note: Please ensure that
/public/
is included; if not, it will assume a private silo.Endpoint:
https://api.jsonsilo.com/public/<FILE_UUID_HERE>
https://sg-01-api.jsonsilo.com/public/<FILE_UUID_HERE>
Private:
A valid API KEY is required to access your server.
Endpoint:
https://api.jsonsilo.com/<FILE_UUID_HERE>
https://sg-01-api.jsonsilo.com/<FILE_UUID_HERE>