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:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Access your Dabe data programmatically
https://dabe.io/api/v1
Authorization header:
Authorization: Bearer rm_live_xxxxxxxxxxxxx
| Status | Description |
|---|---|
| 200 | Success |
| 400 | Bad request - check your parameters |
| 401 | Unauthorized - invalid or missing API key |
| 429 | Rate limit exceeded |
| 500 | Server error |
curl -X GET "https://dabe.io/api/v1/keywords" \
-H "Authorization: Bearer rm_live_xxxxxxxxxxxxx"