The Dabe API allows you to access your competitor monitoring and Reddit visibility data programmatically.Documentation Index
Fetch the complete documentation index at: https://docs.mentioned.to/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
Authentication
All API requests require authentication using an API key. Get your API key from Settings > API in your dashboard. Include the API key in theAuthorization header:
Rate Limits
API requests are rate limited to 100 requests per minute per API key.Errors
The API uses standard HTTP status codes:| Status | Description |
|---|---|
| 200 | Success |
| 400 | Bad request - check your parameters |
| 401 | Unauthorized - invalid or missing API key |
| 429 | Rate limit exceeded |
| 500 | Server error |