Documentation
API documentation and integration guides for Rankual
Quickstart
Get started with Rankual's API in minutes. Our REST API provides programmatic access to all features of the Rankual platform.
Authentication
All API requests require authentication using an API token. You can create and manage your API tokens from your account settings.
Authorization: Bearer YOUR_API_TOKENAPI Endpoints
Projects
Manage and analyze your SEO projects
GET /api/v1/projectsList all projectsPOST /api/v1/projectsCreate a new projectGET /api/v1/projects/:idGet project detailsAnalysis
Trigger and retrieve analysis results
POST /api/v1/projects/:id/crawlStart a new analysisGET /api/v1/projects/:idGet analysis resultsAPI Tokens
Manage your API authentication tokens
GET /api/v1/tokensList your API tokensPOST /api/v1/tokensCreate a new API tokenBase URL
http://localhost:3011/api/v1Rate Limits
API rate limits vary by plan. Free plans have lower limits, while premium plans offer higher throughput. Check your plan details for specific limits.
Support
Need help? Check out our support page or contact us.