Skip to main content
The Dabe API allows you to access your competitor monitoring and Reddit visibility data programmatically.

Base URL

https://dabe.io/api/v1

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 the Authorization header:
Authorization: Bearer rm_live_xxxxxxxxxxxxx

Rate Limits

API requests are rate limited to 100 requests per minute per API key.

Errors

The API uses standard HTTP status codes:
StatusDescription
200Success
400Bad request - check your parameters
401Unauthorized - invalid or missing API key
429Rate limit exceeded
500Server error

Example Request

curl -X GET "https://dabe.io/api/v1/keywords" \
  -H "Authorization: Bearer rm_live_xxxxxxxxxxxxx"