Endpoint Examples
Create Silo
API endpoint to create a new silo
POST
Authorizations
The JSONSilo Manage API Key
Body
application/json
The data you want to store in the silo. It can be a JSON object or an array of objects.
Choose a name for your silo that is easy to remember and understand. Rest assured, the silo name will not affect development or any sensitive aspects.
Silo access mode. If true
, the silo is public; if false
, the silo is private.
Choose the region where you want to store your data. The default region is api
.
Available options:
api
, sg-01-api
, usc-01-api
Response
200 - application/json
Silo name. The silo name will not affect development or any sensitive aspects.
The Silo UUID, comprising 32 hexadecimal digits separated by 4 hyphens, totaling 36 characters.
Silo access mode. If true
, the silo is public; if false
, the silo is private.
The region where your data will be stored.