> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.anthropod.in/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.anthropod.in/_mcp/server.

# Authentication

> Use your dashboard private API key.

Open **Dashboard → Developer Hub** and copy your existing **private API key**. Send it in the `Authorization` header as `Bearer <api_key>`.

```bash
curl 'https://anthropod.in/api/v2/conversation-analytics/configuration?service_id=YOUR_SERVICE_ID&module_name=business_insights' \
  --header 'Authorization: Bearer YOUR_PRIVATE_API_KEY'
```

Replace the placeholders with your service ID and private API key. Keep the key on your backend; do not include it in browser code or a public repository.