echoValue API - No Subscription

echoValue is a Key-Value Store API that offers a lightweight and user-friendly solution for developers and freelancers, especially those focusing on smaller projects.
This API simplifies the storage and retrieval of key-value data, eliminating the need for complex server setups.

It's perfectly suited for serverless applications, quick prototyping, metrics handling, and a variety of other uses.

Get Started

Start for Free. Every new token creation gets 100 free operations.
Each Key/Value API call costs 1 operation.
No Registration, No Credit card, No Subscriptions, No Expiration, No Hidden Costs

// request a new token
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

Pricing

No subscriptions, you pay only what you use

Free

100 operations
No credit card
No Registration

$4 / €3,70

1 milion operations
No Subscription
No Expiration

$10 / €9,20

3 milion operations
No Subscription
No Expiration

Are you looking for something different?
Contact us

Contact

For any questions, feedbacks or support needs regarding echoValue, please reach out to us by mail or X. We are committed to providing prompt and helpful responses to ensure your experience is smooth and successful.