Easy store API for
every day data
Effortlessly set and retrieve data, empowering you to streamline your workflows and enhance productivity.
We got you covered
CLI
Client libraries
API
CLI
With our CLI, you can easily manage your data from the terminal. It's fast and easy to use.
Client libraries
We provide client libraries for popular programming languages like Python, JavaScript, and Go.
1 const payload = await client.bucket("movies").get(8);
2 console.log('Received payload:', payload);
2 console.log('Received payload:', payload);
API
Our API is simple and easy to use. You can access your data from anywhere, anytime.
1 const response = await fetch(`https://api.example.com/edb/v1/${bucket}/${movieId}`,{
2headers: {
3Authorization: `Bearer ${token}`,
4}
5 });
2headers: {
3Authorization: `Bearer ${token}`,
4}
5 });