Developer Resources
DevFlow Developer Documentation
Learn how to run diagnostic scans straight from your command line terminal or integrate DevFlow backend route handlers into your CI/CD build scripts.
Companion NPM CLI (devflow-seo-tool)
Run diagnostics directly from your command line terminal interface. The CLI automatically senses whether a local server is running on http://127.0.0.1:3000 or queries the live API workspace.
1. Audit Webpage HTML & Redirection Paths
npx devflow-seo-tool analyze example.com
2. Inspect WHOIS & Authoritative DNS Records
npx devflow-seo-tool dns google.com
HTTP API Endpoints
All DevFlow API routes return standard JSON payloads.
GET /api/scrape?mode=auto-audit&url=https://example.com
Runs automated health score checks, returns checks list, word count, images count, and actionable fix suggestions.
GET /api/whois-dns?domain=example.com
Returns A, MX, TXT, NS DNS records alongside RDAP WHOIS registrar dates.
GET /api/redirect-trace?url=https://example.com
Traces 301/302 redirect hops with hop-by-hop latency timings.