db-api
Lightweight Key-Value Store API. No server setup required. Perfect for serverless apps, prototyping, metrics, and config storage.
- 100 free operations to start
- Zero registration
- Credits never expire
- RESTful & curl-friendly
Pay-as-you-go APIs and free developer tools.
No subscriptions. No complexity. Just code that works.
$ curl-friendly APIs · serverless-ready · side-project approved
All projects share authentication and credit system. Pay once, use everywhere.
Lightweight Key-Value Store API. No server setup required. Perfect for serverless apps, prototyping, metrics, and config storage.
Trigger webhooks from inbound email or cron schedules. Configure an endpoint once, then receive structured JSON payloads.
Small HTTP endpoints for scripts, agents, and backend workflows. Same token, same credit wallet.
Inspect the public IP seen by echoValue, including request-derived geo metadata. Useful for servers, scripts, and network checks.
# GET current caller IP
curl 'https://api.echovalue.dev/myip' \
-H 'x-token: mytoken'
Fetch structured metadata for a public URL, with optional AI summary enrichment when you need a compact page digest.
# POST public URL to analyze
curl 'https://api.echovalue.dev/url-to-metadata' \
-H 'x-token: mytoken' \
-H 'content-type: application/json' \
-d '{"url":"https://example.com/article","aiSummary":"none"}'
Paid DNS lookup API for scripts, agents, and backend checks that need structured DNS data.
# POST domain lookup request
curl 'https://api.echovalue.dev/dns-lookup' \
-H 'x-token: mytoken' \
-H 'content-type: application/json' \
-d '{"domains":["example.com"],"recordTypes":["A","MX","TXT"],"enableEnrichment":true}'
One token, one shared wallet. Credits work across paid echoValue APIs.
| API | Cost |
|---|---|
| DB API read/write/delete | 1 credit |
| My IP | 1 credit |
| DNS Lookup | 5 credits |
| Webhook email | 2 credits / 5 with attachments |
| URL to Metadata | 55 credits base scrape + optional AI |
Prefer a UI? Generate a free token, manage credits, and use echoValue tools from one dashboard.
Zero cost utilities. No ads. No tracking. Client-side when possible.
Fast JSON validator and formatter. 100% client-side processing. Nothing leaves your browser.
Instant webhook testing. Get a unique URL, send requests, inspect payloads in real time.
Free lookup utility for domains and IPs. Quick answers, no clutter.
IP geolocation lookup. Find location, ISP, and timezone info for your IP address. Fast and accurate.
Crontab utility for building, reading, and checking cron expressions.
A powerful web scraping tool that extracts structured data from any web page.
Community projects. MIT licensed. Free to use and contribute.
Instagram analytics and tracking tool. Monitor followers, engagement, and growth patterns over time.
Simple room booking system. Lightweight, easy to deploy, perfect for small businesses and co-working spaces.
Questions? Feedback? Bugs? Reach out.