August 24th, 2026

It's been our most-requested feature for months: "give us an API for everything Zutrix does."
Today we're launching the Zutrix API — a complete public REST API that puts every Zutrix capability behind a single, clean endpoint: rank tracking, keyword research, site audits, backlinks, competitor analysis, AI search visibility, Magic Content, content tracking, traffic data, and reports.
If you can see it in your dashboard, you can now automate it.
One base URL — https://api.zutrix.com/v1 — and around 46 endpoints covering the full platform:
Rank tracking — projects, tracked keywords, current positions with full history, ranking distribution, raw SERP snapshots, and on-demand refreshes
Keyword research — suggestions from a seed keyword, every keyword a domain ranks for, and volume/CPC/difficulty metrics
Site audits & Domain Explorer — run technical audits and pull authority metrics for any domain
Backlinks & competitors — full backlink profiles with new/lost/broken detection, plus keyword and backlink gap analysis
AI Search Visibility — how your brand shows up across leading AI models, over REST
Magic Content & Content Tracker — create research-backed content documents and monitor content changes programmatically
Traffic & Search Console — your connected GA4 and GSC data, one call away
Reports, team, notifications — the operational layer, scriptable
JSON everywhere, snake_case fields, ISO-8601 dates, cursor pagination. Boring in the best possible way.
We designed this API to be read by machines as comfortably as by humans — because the way SEO work gets done is changing.
Hand an AI agent a Zutrix API key and it can genuinely operate the platform:
A public discovery index at GET /v1 and a full OpenAPI 3.1 spec at /v1/openapi.json let any agent orient itself with a single request — no SDK required
Every error returns a stable machine-readable code plus a plain-language hint telling the caller what to do next
Rate-limit headers, request IDs on every response, and quota introspection via GET /v1/usage mean agents can pace themselves instead of failing blindly
And if you're already using the Zutrix MCP server with Claude, Cursor, or other AI tools — same keys, same account, and the REST API is now the deeper layer underneath it.
Head to Settings → API in your dashboard to create up to 10 named API keys. Each key is shown once at creation, stored hashed on our side, and can be revoked at any time. Existing MCP and Looker Studio keys keep working exactly as before — no action needed.
The API ships with a full documentation site at api-docs.zutrix.com — a five-minute quickstart, guides on authentication, rate limits, pagination and errors, a dedicated "Use with AI models" section, and a complete interactive API reference generated straight from the code, so it can never drift from reality.
No add-on, no separate API pricing. API calls share the same plan quotas as your dashboard — a SERP refresh or a site audit costs the same however you trigger it — plus a per-account requests-per-minute limit to keep things fair.
Create a key in Settings → API
Make your first call:
curl https://api.zutrix.com/v1/me \ -H "Authorization: Bearer YOUR_API_KEY"Explore everything else at api-docs.zutrix.com — or just point your AI agent at GET /v1 and let it explore for you.
Your rankings, your data, your workflows — now fully programmable. We can't wait to see what you build (and what your agents build for you).