Skip to content

Key-Value Store

The key-value store lets you persist string data organized in named buckets. All operations require authentication via the x-token header.

Base URL: https://api.echovalue.dev/kv/<bucket>/<key>

URL ParameterDescriptionMax length
bucketLogical namespace for keys (e.g. default)30 characters
keyKey identifier30 characters
OperationCost
Set key/value1 credit
Get key/value1 credit
Delete key/value1 credit
ConstraintValue
Max key/bucket name length30 characters
Max value length1000 characters (~1 KB)
Max TTL2,592,000 seconds (30 days)
Default TTL (if omitted)30 days
Bucket namingCannot start with reserved- or end with ---