API Documentation
Brand Bakery Public API
Automated agents can discover this API through the API catalog, OpenAPI description, and Link headers advertised from the homepage.
SEO Audit
Run static HTML checks for a public HTTP(S) URL on port 80 or 443. Private networks, credentialed URLs, and unsafe redirects are rejected. Requests and response sizes are bounded.
POST /api/tools/seo-audit{
"url": "https://example.com"
}Understanding the response
The JSON report includes url, overallScore, methodology, and modules. Module scores and overallScore can be null when unavailable. Never interpret null as zero. Overall score averages static HTML heuristics; Lighthouse lab performance is reported separately and excluded from that average. Neither predicts search rankings or certifies WCAG compliance, security, or real-user Core Web Vitals.
HTTP 400 means invalid input or an unauditable destination. HTTP 429 means the request allowance is exhausted; honour Retry-After. No account, API key, or OAuth token is needed. Brand Bakery does not operate an OAuth or OpenID Connect provider. Avoid automated bulk audits.