Zyptora v3.0 just launched — Explore what's new →
API Reference

Developer Documentation

Integrate Zyptora's powerful SEO tools into your applications, workflows, and CI/CD pipelines.

Introduction

Zyptora provides a RESTful API that gives you programmatic access to all our free SEO tools. You can run on‑page audits, validate schema markup, test robots.txt rules, trace redirects, and much more.

Base URL: https://zyptora.com/api

All endpoints return JSON. Standard HTTP response codes are used. Successful requests return 200 OK; errors return 4xx or 5xx with a descriptive message.

Authentication

Currently, the public API is free and does not require an API key for basic usage. However, to avoid abuse, we enforce rate limits (see below). For higher limits, dedicated support, and SLA, consider our Agency or Enterprise plans.

# No API key required for free tier
curl "https://zyptora.com/api/seo-check?url=https://example.com"

Rate Limits

PlanRequests / DayConcurrency
Free1001 request at a time
Agency10,00010 concurrent
EnterpriseCustomCustom

Exceeding limits returns 429 Too Many Requests. Contact us to raise your limits.

Endpoints

All endpoints accept a url query parameter. Additional parameters are documented per endpoint.

SEO Check

Run a complete on‑page SEO audit with 30+ checks.

GET /api/seo-check?url=https://example.com

Returns an overall score, sub‑scores (onpage, technical, performance, mobile, accessibility), a detailed check list, and recommendations.

Schema Validate

Detect and validate JSON‑LD, Microdata, and RDFa structured data.

GET /api/schema-validate?url=https://example.com

Returns found blocks, required/recommended property checks, errors, warnings, and rich‑result readiness.

Robots.txt Tester

Check if a specific user‑agent and path are allowed or blocked.

GET /api/robots-tester?url=https://example.com&user_agent=Googlebot&path=/admin

Parameters: url (required), user_agent (default *), path (default /).

Redirect Checker

Trace the full redirect chain, detect meta refresh and canonical chains.

GET /api/redirect-check?url=https://example.com

Mobile Check

Quickly test mobile‑friendliness (viewport, touch targets).

GET /api/mobile-check?url=https://example.com

Sitemap Validate

Validate XML sitemaps for syntax errors and broken URLs.

GET /api/sitemap-validate?url=https://example.com/sitemap.xml

Canonical Check

Verify canonical tags, self‑referencing, and detect conflicts.

GET /api/canonical-check?url=https://example.com

Hreflang Checker

Validate hreflang tags, return tags, and detect broken alternate URLs.

GET /api/hreflang-checker?url=https://example.com

AdSense Check

Evaluate a domain's readiness for Google AdSense.

GET /api/adsense-check?url=https://example.com