Skip to main content

Base URL

https://encrata.com

Endpoints

MethodPathDescriptionAuth
POST/api/lookupFull email lookup (web/dashboard)None
POST/v1/agent/lookupAgent-optimized lookup (compact keys)Bearer token
GET/api/files/{filename}Download result file (JSON/CSV)None
POST/api/waitlistJoin the waitlistNone
GET/api/healthHealth checkNone

Response format

All endpoints return JSON. The agent endpoint uses compact single-letter keys to minimize token usage when consumed by AI agents.

Standard errors

{
  "error": "Invalid email address"
}

Agent errors

{
  "c": 400,
  "m": "bad email"
}

Credits

ScenarioCost
Fresh lookup1 credit
Cached lookup0 credits
Cached results are returned when the same email has been looked up previously.