# Content Trace Auditor - Full LLM Reference ## Product Overview Content Trace Auditor is a free web tool for diagnosing machine-like writing traces and improving content quality, compliance clarity, and search visibility. ## Scoring Method (Explainable) - Lexical diversity - Sentence burstiness - Phrase repetition - Template transition density - Evidence cue density ## Endpoints ### POST https://bypassai.zlxjy.com/analyze/text Request JSON: {"text":"string, min length 50"} Response: score, metrics, suggestions, note. ### POST https://bypassai.zlxjy.com/analyze/url Request JSON: {"url":"https://example.com"} Behavior: crawls all reachable pages in the same domain and returns page-level diagnostics. Response: total_pages, avg_score, pages, skipped. ### POST https://bypassai.zlxjy.com/analyze/app Request JSON: {"app_name":"string", "platform":"ios|android", "app_description":"string, min length 50"} Response: combined_score, content_score, app_signals, suggestions. ## Crawl/Index Files - robots.txt: https://bypassai.zlxjy.com/robots.txt - sitemap.xml: https://bypassai.zlxjy.com/sitemap.xml - llms.txt: https://bypassai.zlxjy.com/llms.txt ## Usage Guidance - Use outputs as risk hints, not final truth. - Prioritize human review for high-impact publishing decisions. - Product intent is quality and compliance optimization, not rule evasion.