GET STARTED
Depository is an API driven temporary storage service for JSON and form data. Please read the documentation below to get started.
API URL: https://depository.io/api| Endpoints |
|---|
|
/create
Use this endpoint to get your depository id and token. Make sure you keep the token secret as it will allow you to withdraw and delete your data. Query Parameters
Returns (Object)
|
|
/deposit/{id}
This is the public endpoint to use when collecting data. You can pass data to this endpoint through query parameters (GET) or JSON data (POST). This can also be included in the action attribute of form elements. Any data provided through the listed methods will be accepted until the depository expires or is deleted. Returns (Object)
|
|
/stats/{id}/token/{token}
Returns (Object)
|
|
/withdraw/{id}/token/{token}
Use this endpoint to withdraw all the deposit data for the provided depository id. Returns (Array[Object, ...])
|
|
/delete/{id}/token/{token}
Use this endpoint to delete the provided depository id. In order to prevent accidental deletion, you must call this endpoint using the DELETE method. Returns (Object)
|
TERMS AND CONDITIONS
- Any data stored will not be shared with any external services or third parties.
- The data stored for expired depositories will be automatically deleted after one month. If the user manually calls the delete endpoint then the deposits will be deleted instantly.
- For each depository created, an IP will also be recorded to prevent abuse and inappropriate use.
- The owners shall not be held responsible or liable for any loss or damage suffered by using this service.