Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.erlin.ai/llms.txt

Use this file to discover all available pages before exploring further.

The Erlin API allows you to programmatically access visibility data, trigger scans, and manage your workspace.
The API is available on Pro and Enterprise plans. Generate an API key in Account → API Keys to get started.

Base URL

https://api.erlin.ai/v1

Authentication

All API requests require an API key passed in the Authorization header:
curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://api.erlin.ai/v1/visibility/score

Rate limits

PlanRequests per minute
Pro60
Enterprise300

Endpoints

Full API endpoint documentation is coming soon. In the meantime, use the MCP integration for programmatic access to Erlin data.

Next steps

API Keys

Generate an API key to get started.