Storage
Free 50 Gb Storage
21 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Storage endpoints
| Method | Endpoint | Description |
|---|---|---|
| Uploads | ||
| POST |
upload /uploads |
upload file |
| Chunked Uploads | ||
| POST |
uploadChunk /uploads/sessions/chunks |
Uploads a sinle file chunk to SITE_NAME.All parameters for chunked uploading should be included via headers and prefixed with `Be-` |
| POST |
loadUploadSession /uploads/sessions/load |
This will either create a new upload session for specified `fingerprint`, or load an existing one if it was previously created.All parameters for chunked uploading should be… |
| Auth | ||
| POST |
register /auth/register |
|
| POST |
login /auth/login |
Logs in specified user and returns user object along with access token. Access Token is a string that enables SITE_NAME to verify that a request belongs to an authorized session.… |
| Files and Folders | ||
| PUT |
entryUpdate /entries |
|
| POST |
createFolder /folders |
|
| GET |
indexEntry /entries |
Get the list of all file entries you have access to |
| DELETE |
entriesDelete /entries |
|
| POST |
entriesRestore /entries/restore |
|
| POST |
entriesMove /entries/move |
|
| POST |
entriesCopy /entries/copy |
|
| Sharing | ||
| DELETE |
/entries/remove-user/{userId} /entries/remove-user/{userId} |
|
| POST |
/entries/add-users /entries/add-users |
|
| PUT |
/entries/update-user/{userId} /entries/update-user/{userId} |
|
| Starring | ||
| POST |
/entries/unstar /entries/unstar |
|
| POST |
/entries/star /entries/star |
|
| Shareable Links | ||
| GET |
getShareableLink /entries/{entryId}/shareable-link |
|
| PUT |
updateShareableLink /shareable-link/{linkId} |
|
| DELETE |
deleteShareableLink /shareable-link/{linkId} |
|
| POST |
createShareableLink /entries/{entryId}/shareable-link |
|
Storage pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $1.99 / month | 10 / second |
|
| ULTRA | $2.99 / month | 100 / second |
|