Everything You Need to Use Zyptora
Explore complete documentation for Zyptora's SEO tools, APIs, integrations, reports, and platform features. Learn how to get the most out of every tool with clear, step‑by‑step guides.
Documentation Categories
Getting Started
New to Zyptora? Start here.
5 articles →SEO Tools
Deep dives into every tool.
12 articles →Website Audit
Run and interpret audits.
4 articles →API Documentation
Integrate with our API.
8 articles →FAQ
Common questions answered.
6 articles →Get Started in 6 Steps
Visit the website
Paste website address
Select analysis type
Instant scan begins
Explore detailed insights
Improve your website
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 — all without an API key.
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. Rate limits are enforced to prevent abuse. 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
| Plan | Requests / Day | Concurrency |
|---|---|---|
| Free | 100 | 1 request at a time |
| Agency | 10,000 | 10 concurrent |
| Enterprise | Custom | Custom |
Exceeding limits returns 429 Too Many Requests. Contact us to raise your limits.
API 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
Broken Link Checker
Crawl a page and detect broken internal/external links.
GET /api/broken-link-checker?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
Frequently Asked Questions
Start Using Zyptora Today
Explore our documentation and learn how to analyze, optimize, and improve your website using Zyptora's professional SEO tools.