Loading dashboard...
Per-tenant bearer keys for the public v1 API. Use Authorization: Bearer <key> on every request.
0 active keys · 0 revoked
# Verify your key works
curl https://www.expertailabs.ai/api/v1/health \
-H "Authorization: Bearer eal_live_..."
# Get your organization
curl https://www.expertailabs.ai/api/v1/organizations/me \
-H "Authorization: Bearer eal_live_..."
# List leads (cursor-paginated)
curl https://www.expertailabs.ai/api/v1/leads?limit=50 \
-H "Authorization: Bearer eal_live_..."Full reference at /docs/api.