SEO Butter API Documentation

Build integrations, automate SEO workflows, and create AI agents with the SEO Butter REST API. Full programmatic access to keyword tracking, domain management, and performance data.

Authentication

Authenticate with API keys using Bearer token authentication. Generate API keys from your Settings page.

Authorization: Bearer sk_live_your_api_key_here

Key Endpoints

  • GET /api/domains - List your domains
  • POST /api/domains - Add a new domain
  • GET /api/domains/:id/keywords - List tracked keywords
  • POST /api/domains/:id/keywords - Add keywords to track
  • GET /api/domains/:id/rankings - Get keyword rankings
  • GET /api/seos - List SEO professionals
  • GET /api/leaderboard - View the leaderboard
  • POST /api/advisor/chat - Chat with the AI advisor

Rate Limits

API requests are limited to 60 requests per minute per API key. Authentication endpoints are limited to 5 requests per 15 minutes.