Loading GrowSEB...
SEB API

API Documentation

Programmatic access to GrowSEB's complete SEO tool suite. Build custom integrations, dashboards, and workflows.

Token Authentication

Secure API access with Laravel Sanctum tokens. Rate-limited and scoped.

Fast & Reliable

Built on optimized infrastructure with sub-200ms response times for most endpoints.

Comprehensive Docs

Full OpenAPI spec, request/response examples, and SDK guides.

Enterprise Security

HTTPS, CORS, rate limiting, and input sanitization on every endpoint.

RESTful Design

Consistent JSON response format with pagination, filtering, and error handling.

Versioned API

URL-prefixed versioning (/api/v1/) ensures backward compatibility.

Endpoints

API Preview

Here's a preview of the available API endpoints. Access the full interactive documentation from your dashboard.

Authentication

POST/api/v1/auth/login
POST/api/v1/auth/refresh

Keywords

GET/api/v1/keywords/search
GET/api/v1/keywords/suggestions
GET/api/v1/keywords/clusters

Site Audit

POST/api/v1/audits
GET/api/v1/audits/{id}
GET/api/v1/audits/{id}/issues

Rank Tracking

POST/api/v1/ranks/track
GET/api/v1/ranks/{project_id}
GET/api/v1/ranks/{project_id}/history

Content

POST/api/v1/content/generate
POST/api/v1/content/optimize

Response Format

{
  "success": true,
  "data": {
    "keyword": "seo tools",
    "volume": 12100,
    "difficulty": 67,
    "cpc": 4.50
  },
  "message": null,
  "meta": {
    "page": 1,
    "per_page": 15,
    "total": 1
  }
}

Ready to Build?

Sign up for a Pro plan or above to get API access. Full docs and SDKs included.

Get Started