Public API Information
CodeBayChecker.online offers a free, public API for agentic web certification and analysis. Below are all public endpoints, their methods, parameters, and what they do.
Main Endpoints
Check Website or Repo
/api/v1/checkAnalyze a website or GitHub repo for AI agent readiness or MCP safety. Auto-detects type and returns pillar breakdown, score, and recommendations.
MCP Repo Safety Check
/api/v1/mcp-checkSpecialized safety and compliance analysis for GitHub repositories implementing MCP. Returns security, ethics, agent policy, and API readiness.
Deep Website Scan & Certification
/api/v1/deep-scanPerforms a deep scan and issues a CBY code if the site passes all pillars. Requires payment token.
Get CBY Code
/api/v1/get-cby-codeRetrieve the CBY code, tier, score, and metadata for a certified domain.
Verify Certification
/api/v1/verify/{certificationId}Validate a CBY code for legitimacy. Returns validity, website, and status.
Pillar-Specific Endpoints
Structured Data
/api/v1/structured-dataAnalyze schema.org/JSON-LD structured data for a domain.
API Readiness
/api/v1/api-readinessCheck API documentation, standards, and endpoint readiness.
Content Clarity
/api/v1/content-clarityAnalyze semantic HTML and content structure for a domain.
Security
/api/v1/securityCheck security headers, HTTPS, privacy policy, and agent profile.
AI Ethics
/api/v1/ai-ethicsDetect AI ethics statement or policy for a domain.
Agent Policy
/api/v1/agent-policyDetect agent policy or security.txt for a domain.
Service Info
/api/v1/infoReturns service metadata (name, description, contact, version).
/api/openapi.jsonDownload the OpenAPI 3.0 specification for the public API.