Zyptora v3.0 just launched — Explore what's new →
Developer Documentation

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.

Ctrl+K
Browse by Category

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 →
Quick Start

Get Started in 6 Steps

1
Open Zyptora

Visit the website

2
Enter URL

Paste website address

3
Choose Tool

Select analysis type

4
Start Analysis

Instant scan begins

5
Review Report

Explore detailed insights

6
Apply Fixes

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

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

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

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
FAQ

Frequently Asked Questions

Simply visit the SEO Checker, enter any URL, and get an instant audit. No sign‑up required.
No. All tools are accessible without registration or login.
Yes, completely free. No hidden costs, no credit card required.
Please use our Contact page or open an issue on GitHub.

Start Using Zyptora Today

Explore our documentation and learn how to analyze, optimize, and improve your website using Zyptora's professional SEO tools.