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/loginPOST
/api/v1/auth/refreshKeywords
GET
/api/v1/keywords/searchGET
/api/v1/keywords/suggestionsGET
/api/v1/keywords/clustersSite Audit
POST
/api/v1/auditsGET
/api/v1/audits/{id}GET
/api/v1/audits/{id}/issuesRank Tracking
POST
/api/v1/ranks/trackGET
/api/v1/ranks/{project_id}GET
/api/v1/ranks/{project_id}/historyContent
POST
/api/v1/content/generatePOST
/api/v1/content/optimizeResponse 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