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/check
Analyze 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-check
Specialized safety and compliance analysis for GitHub repositories implementing MCP. Returns security, ethics, agent policy, and API readiness.
Deep Website Scan & Certification
/api/v1/deep-scan
Performs a deep scan and issues a CBY code if the site passes all pillars. Requires payment token.
Get CBY Code
/api/v1/get-cby-code
Retrieve 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-data
Analyze schema.org/JSON-LD structured data for a domain.
API Readiness
/api/v1/api-readiness
Check API documentation, standards, and endpoint readiness.
Content Clarity
/api/v1/content-clarity
Analyze semantic HTML and content structure for a domain.
Security
/api/v1/security
Check security headers, HTTPS, privacy policy, and agent profile.
AI Ethics
/api/v1/ai-ethics
Detect AI ethics statement or policy for a domain.
Agent Policy
/api/v1/agent-policy
Detect agent policy or security.txt for a domain.
Service Info
/api/v1/info
Returns service metadata (name, description, contact, version).
/api/openapi.json
Download the OpenAPI 3.0 specification for the public API.