Lightweight Key-Value Store. Zero server setup.
curl-friendly. Serverless-ready. No complexity.
Start free with 100 operations. Zero registration. Zero credit card.
# Request a new token - it's free
curl 'https://token.echovalue.dev' -d 'token=new'
% mytoken
# Save "world" under "hello" key
curl 'https://api.echovalue.dev/default/hello' \
-H 'x-token: mytoken' \
-d 'world'
% OK
# Get the value under "hello" key
curl 'https://api.echovalue.dev/default/hello' \
-H 'x-token: mytoken'
% world
Token in seconds. No forms. No email. No waiting.
Credits never expire. No monthly fees. No surprises.
Perfect for Lambda, Vercel, Cloudflare Workers.
Token auth. Encrypted data. RESTful interface.
Zero subscriptions. Pay per use. Credits never expire.
Need something different? Contact us
For any questions, feedback, or support needs regarding DB API, please reach out to us.