Documentation Index
Fetch the complete documentation index at: https://dev.ranked.ai/llms.txt
Use this file to discover all available pages before exploring further.
Getting help
If you run into issues or have questions about the API, MCP integration, or webhooks, we’re here to help.Live Chat
Chat with our team directly from the Ranked AI dashboard. Look for “Chat With Us” in the sidebar.
Email Support
Email us at clients@ranked.ai for technical questions or integration help.
Common issues
401 Unauthorized
Your API key is missing, invalid, or expired. Check that:- The
Authorizationheader is set toBearer rk_live_your_key - The key hasn’t been disabled in Settings > API
- There are no extra spaces or characters in the key
403 Forbidden
Your API key doesn’t have the required permissions. This happens when a read-only key tries to perform a write operation (creating webhooks, updating preferences, deleting reports). Create a new key with Read + Write access.404 Not Found
The project ID, keyword ID, or other resource UUID doesn’t exist or doesn’t belong to your account. API keys can only access projects owned by the account that created the key.429 Rate Limited
You’ve exceeded the rate limit. Check themeta.rate_limit.reset value in the response for when you can retry. Consider using webhooks instead of polling to reduce API calls.
Empty keyword positions
If keyword positions returnnull, the keyword hasn’t been scanned yet. New keywords are scanned within 24 hours of being added. Check last_checked to see when the keyword was last scanned.