Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How to authenticate with the Encrata API.
Authorization
Authorization: Bearer YOUR_API_KEY
curl -X POST https://encrata.com/api/agent/lookup \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"email": "test@example.com"}'
{ "error": "Unauthorized" }
{ "c": 401, "m": "bad key" }