CodeBay LogoCodeBayChecker.online

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

GET/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.

Query: url (required), depth (optional)

MCP Repo Safety Check

POST/api/v1/mcp-check

Specialized safety and compliance analysis for GitHub repositories implementing MCP. Returns security, ethics, agent policy, and API readiness.

Body: repositoryUrl (required)

Deep Website Scan & Certification

POST/api/v1/deep-scan

Performs a deep scan and issues a CBY code if the site passes all pillars. Requires payment token.

Body: url (required), paymentToken (required)

Get CBY Code

GET/api/v1/get-cby-code

Retrieve the CBY code, tier, score, and metadata for a certified domain.

Query: domain (required)

Verify Certification

GET/api/v1/verify/{certificationId}

Validate a CBY code for legitimacy. Returns validity, website, and status.

Path: certificationId (required)

Pillar-Specific Endpoints

Structured Data

GET/api/v1/structured-data

Analyze schema.org/JSON-LD structured data for a domain.

Query: domain (required)

API Readiness

GET/api/v1/api-readiness

Check API documentation, standards, and endpoint readiness.

Query: domain (required)

Content Clarity

GET/api/v1/content-clarity

Analyze semantic HTML and content structure for a domain.

Query: domain (required)

Security

GET/api/v1/security

Check security headers, HTTPS, privacy policy, and agent profile.

Query: domain (required)

AI Ethics

GET/api/v1/ai-ethics

Detect AI ethics statement or policy for a domain.

Query: domain (required)

Agent Policy

GET/api/v1/agent-policy

Detect agent policy or security.txt for a domain.

Query: domain (required)

Service Info

GET/api/v1/info

Returns service metadata (name, description, contact, version).

GET/api/openapi.json

Download the OpenAPI 3.0 specification for the public API.