Skip to main content
The Verseodin API gives you the same data your dashboard reads, in a form you can pipe into BI tools, alerting, or your own product. It’s read-only — designed for pulling analytics, not for mutating state.

What you can do

List your universes

Pull the catalogue of universes the API key holder owns.

Pull history aggregates

Every column of the history table — AI Visibility, GEO Audit, AEO Audit, Monitors — for any day or engine.

Read full AI answers + citations

Per-prompt records including the AI’s response text and the URLs it cited.

Track competitors over time

Every metric supports a days filter for time-series queries going back up to 90 days.

What you can’t do

  • Write data — the API is GET-only by design. No POST/PUT/PATCH/DELETE on any v1 endpoint.
  • Hit it from a browser without proxying — there’s no CORS, by intent (matches Stripe’s model). Integrate from a backend.
  • Subscribe to push events — no webhooks today. If you need event-driven flow, poll the API.

Same key, two surfaces

The key you generate at /dashboard/settings/api-keys works for both this REST API and the Verseodin Claude / MCP connector. One credential, two doorways into the same data — generate, copy once, plug in anywhere.

Get going

1

Generate an API key

Sign in at verseodin.com/dashboard, open Settings → API keys, click Generate key.
2

Make your first call

The Quickstart walks through getting your first 200 OK in under three minutes.
3

Read the reference

The API reference tab has every endpoint with interactive playground, response shapes, and per-column field documentation.