Skip to main content
This page lists the public endpoints developers can call directly. Most non-technical users should start with Get started or Connect an AI agent. Use /v1/capabilities as the live source of truth before calling optional tools.

Discovery

MethodPathAuthPurpose
GET/v1/capabilitiesNoDiscover enabled domains, tools, sources, defaults, fact types, and credit costs
POST/v1/capabilitiesNoSame as GET /v1/capabilities

Account

MethodPathAuthPurpose
GET/v1/me/creditsAccountRead your current credit balance
GET/v1/me/api-credentialsAccountList API keys for your account
POST/v1/me/api-credentialsAccountCreate an API key
POST/v1/me/api-credentials/{credential_id}/revokeAccountRevoke one of your API keys
GET/v1/me/usageAccountRead recent API and MCP activity

Tools

MethodPathCreditsPurpose
POST/v1/tools/inspect_domain3Starting map for one domain
POST/v1/tools/discover_competitors5Find organic competitors
POST/v1/tools/research_keywords3Expand a seed term into keyword ideas
POST/v1/tools/compare_keyword_coverage5Find keyword gaps against competitors
POST/v1/tools/inspect_serp2Fetch a live SERP snapshot
POST/v1/tools/inspect_search_visibility3Check ranking positions across keywords
POST/v1/tools/audit_site10Audit sampled pages for technical and content issues
POST/v1/tools/inspect_keyword2Drill into one keyword
POST/v1/tools/inspect_page2Drill into one URL
POST/v1/tools/export_dataset0Fetch full rows from an openrush:// resource
Only build against endpoints listed here or returned by /v1/capabilities for your account.