Skip to content

API Cheat Sheet

Use this page when you know what you want to do and need the shortest path to the right endpoint.

All paid endpoints use the x-token request header. New tokens include 100 free credits.

TaskMethod and pathAuthCostUse case
Create tokenPOST /tokenNoFreeStart using the API
Get wallet infoGET /tokenYes1 creditCheck balance and wallet metadata
Create recharge linkGET /recharge?amount=<tier>YesFreeAdd credits to a wallet
Get logsGET /token/logsYesFreeInspect recent API activity
Get low balance settingsGET /token/settingsYes1 creditRead notification settings
Update low balance settingsPUT /token/settingsYes1 creditConfigure balance alerts
Set key/valuePOST /kv/<bucket>/<key>Yes1 creditStore small string state
Get key/valueGET /kv/<bucket>/<key>Yes1 creditRetrieve stored state
Delete key/valueDELETE /kv/<bucket>/<key>Yes1 creditRemove stored state
Create webhookPOST /webhookYes1 creditConfigure inbound email or scheduled delivery
List webhooksGET /webhookYes1 creditSee all webhook configs
Get webhookGET /webhook/<webhookId>Yes1 creditInspect one webhook config
Replace webhookPUT /webhook/<webhookId>Yes1 creditReplace a full webhook config
Patch webhookPATCH /webhook/<webhookId>Yes1 creditUpdate selected webhook fields
Delete webhookDELETE /webhook/<webhookId>Yes1 creditRemove a webhook config
Test webhookPOST /webhook/<webhookId>/testYes1 creditSend a test delivery
Process inbound emailMail to returned addressConfigured webhook2-5 creditsConvert email into webhook delivery
Scheduled webhook runConfigured scheduleConfigured webhook2 creditsRun recurring HTTP callbacks
DNS lookupPOST /dns-lookupYes5 creditsInspect DNS records and enrichment
Caller IP lookupGET /myipYes1 creditRead caller IP and geo metadata
URL metadataPOST /url-to-metadataYes55 or 800 creditsExtract page metadata, optionally with AI summary
NeedStart with
Shared state, counters, short notes, handoff between agentsKey-Value Store
A generated email address that forwards messages to your systemWebhook Inbound Email
Cron-style callbacks without hosting a schedulerWebhook Scheduled Jobs
Slack, Discord, Teams, Telegram, or PagerDuty deliveryWebhook Formats
Troubleshooting API calls and credit usageLogs
Client generation or API importOpenAPI Specification
https://api.echovalue.dev

See Authentication for the x-token header and Response Headers for x-cost and x-balance.