KVStore
# Very Important: BEFORE USING THIS API, YOU MUST INVOKE THE [SIGNUP ENDPOINT](https://rapidapi.com/lordkada1/api/kvstore?endpoint=55852764e4b095ed24aeb034). Once invoked, you will receive an e-mail with a confirmation link. # What KVStore.io is? KVStore.io is a simple storage service based on a “key/value” data modeling: you can easily organize data in dictionaries, where your keys map to…
KVStore endpoints
| Method | Endpoint | Description |
|---|---|---|
| Collections | ||
| GET |
Collection List /collections |
Get the list of all collections |
| POST |
Create Collection /collections |
Create a new collection |
| DELETE |
Delete Collection /collections/{collection} |
Delete a Collection |
| GET |
Get Collection info /collections/{collection} |
Get information about the Collection |
| PUT |
Update collection settings /collections/{collection} |
Update a collection |
| Items | ||
| GET |
Get a value /collections/{collection}/items/{key} |
Read the value |
| GET |
Get items /collections/{collection}/items |
Get pairs ordered by DESC creation time |
| DELETE |
Delete key /collections/{collection}/items/{key} |
Delete a key,value pair |
| PUT |
Store value /collections/{collection}/items/{key} |
Store a key, value pair |
| Users | ||
| POST |
Sign up /users |
Sign up kvstore.io |
| Storage | ||
| PUT |
Update storage attributes /storage |
Update the storage attributes |
| GET |
Get storage info /storage |
Show the user's storage status and information |
KVStore pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10000 / hour |
|