Skip to content

Authentication

All API requests must include an x-token header with your API token (minimum 10 characters).

x-token: YOUR_TOKEN
Terminal window
curl 'https://api.echovalue.dev/kv/default/mykey' \
-H 'x-token: mytoken'

Paid endpoints return x-cost and x-balance headers. See Response Headers for details and language examples.

StatusMeaning
401 UnauthorizedThe x-token header is missing or the token is invalid
402 Payment RequiredYour wallet has no credits remaining

See the Errors page for the full list of error codes.