JSON Storage API
Using this JSON Storage API you can store, query and delete any kind of JSON documents. Although our DataLake originally was created to store objects according to the Schema4i.org standard, you can use it to store any type of JSON document you want. Just put in the name of your resource as value of the attribute `@type` within `Result.About`. You can search for this name later on to get all docs…
JSON Storage API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
createDataLakeItem /datalake |
Store your JSON document to `Result.About` and save it as an item of our DataLake. Use `Result.Name` as identifier to categorize similar JSON resources if you want. Doing like… |
| POST |
readDataLakeItems /datalake |
Retrieve one or more JSON documents from the DataLake by `Object.FilterItem.Identifier`, `Object.FilterItem.Name`, `Object.FilterItem.Creator.Identifier` or… |
| POST |
updateDataLakeItem /datalake |
Use this endpoint to update an existing JSON document in the DataLake. Store your updated version of your JSON document to `Result.About`. |
| POST |
deleteDataLakeItems /datalake |
Delete one or more JSON documents from the DataLake by `Object.FilterItem.Identifier`, `Object.FilterItem.Name`, `Object.FilterItem.Creator.Identifier` or… |
JSON Storage API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / second |
|
| PRO Recommended | Free | 10 / second |
|