RankRoot Logo IconRankRoot
Credits: Unlimited (Pro)
Logout
DashboardSettingsDeveloper API Keys
B2B & Custom Integrations

🔑 Developer REST API

Authenticate external scripts, headless CMS pipelines, and agency reporting dashboards.

Scale Your API Usage

Current Tier: Developer (5,000 req/mo). Upgrade to unlock massive volume for client dashboards.

Create New API Secret Key

Active API Keys (0)
Key NamePrefixTierUsageAction
Loading keys...

Quick Start: Run an X-Ray Scan

You can programmatically scan a client's website to pull their DR, Site Profile, and Day 1 action. Make a POST request with your API key in the Authorization header.

curl -X POST https://rankroot.app/api/v1/scan \
  -H "Authorization: Bearer rr_live_your_api_key_here" \
  -H "Content-Type: application/json" \
  -d '{"domain": "targetsite.com"}'

Free tier usage requires attribution on public-facing sites.