Base URL

https://[region-code].jsonsilo.com/api/v1/

Regions code list

Singapore and the United States regions are available only on paid plans.

For more info about supported region, please check here.

NameCodeExample
Germanyapihttps://api.jsonsilo.com/api/v1/
Singaporesg-01-apihttps://sg-01-api.jsonsilo.com/api/v1/
United States (Central)usc-01-apihttps://usc-01-api.jsonsilo.com/api/v1/

Authentication

API Keys

The JSONSilo Manage API uses API keys for authentication. Every request to the API must include your API key, used to authenticate your requests.

Remember that your API key is a secret. Do not share it with others or expose it in any client-side code (browsers, apps).

All API requests should include your API key in an X-MAN-API or x-man-api HTTP header as follows:

x-man-api: API_KEY

Making a requests

You can paste the command below into your terminal to run your first API request. Make sure to replace X-MAN-API with your secret API key.

curl -X GET \
    -H 'X-MAN-API: YOUR_API_KEY' \
    -H 'Content-Type: application/json' \
    https://api.jsonsilo.com/api/v1/manage/[FILE_UUID]