API Documentation
The SiteCrawlIQ REST API provides programmatic access to site crawling, AI analysis, GEO audits, health scores, and PDF report generation. All endpoints use Bearer token authentication and return JSON responses.
Available Endpoints
- POST /v1/sites - Create a new site
- POST /v1/sites/:id/crawl - Start a crawl
- GET /v1/crawls/:id - Get crawl status
- GET /v1/crawls/:id/pages - Get crawl pages
- GET /v1/crawls/:id/issues - Get crawl issues
- POST /v1/sites/:id/analyze - Start AI analysis
- POST /v1/sites/:id/geo-audit - Run GEO audit
- GET /v1/sites/:id/health-score - Get health score
API access is available on Starter ($29/month) and higher plans.