Replace
[region-code] with the appropriate region code for your silo, and [file-uuid] with the unique identifier assigned to your JSON file.Private Silo URL Format
Public Silo URL Format
Supported Region Codes
| Region Code | Description |
|---|---|
api | General API region |
sg-01-api | Singapore region |
usc-01-api | US Central region |
Retrieving your file uuid and region code
To find yourfile-uuid and region-code, sign in to your JSONsilo console and navigate to the “Silos” and click one of your silos from the list.


Retrieving your Access Key for Private Silo
To retrieve your Access Key for a private silo, go to the “Keys” menu in your JSONsilo console and click theManage button.

Create new Access Key button to generate a new key if you don’t have one yet.

Create access key button to generate the key.


If you lose your Access Key, you can generate a new one by following the same steps. Make sure to revoke any old keys that you no longer use to keep your account secure.
Accessing Your JSON File
Below are examples of how to access your JSON file using the generated URL.- cURL
- JavaScript
- Python
Accessing a Private SiloTo access a private silo, include your Access Key in the request headers. Use the Accessing a Public SiloFor public silos, you can access the JSON file directly without any authentication headers.
X-SILO-KEY header to provide your Access Key.Terminal
Terminal