← Back to Home

📚 Documentation

Welcome to AutoRanker documentation. Find guides on how to set up integrations, use the API, and get the most out of your SEO automation.

Integration Guides

API Reference

Orchestrator API

Run SEO content generation pipelines programmatically.

POST/api/orchestrator/run

Request Body

{ "siteName": "Your Site Name", "siteUrl": "https://yoursite.com", "language": "en", "topics": ["SEO", "Content Marketing"], "articleType": "seo", "keywordsPerTopic": 5, "articlesPerCluster": 3, // Optional: WordPress publishing "wordpressUrl": "https://yoursite.com", "wordpressUsername": "admin", "wordpressPassword": "xxxx xxxx xxxx", // Optional: Google Drive export (for linkbuilding) "googleDriveAccessToken": "ya29.xxx" }

Response

{ "success": true, "summary": { "totalArticles": 15, "publishedCount": 15 }, "articles": [...] }

WordPress Test API

Test WordPress connection before saving credentials.

POST/api/wordpress/test
{ "siteUrl": "https://yoursite.com", "username": "admin", "password": "xxxx xxxx xxxx" }

Need Help?

Contact our support team at [email protected]