AI text intelligence · one API platform

Turn unstructured text into structured intelligence.

WizerAPI reads raw, messy text — customer reviews, contract clauses — and returns clean, structured JSON in a single call. Skip the NLP pipeline; ship the insight.

100 AU free every month · no credit card · mock-first local dev

Raw input customer review

analyze 1 call
Structured output json
sentiment −0.2

One platform · shared keys, quota & error envelope

Product-bound API keys Usage-metered in AU Signed webhooks OpenAPI & curl-ready Mock-first local dev

The platform

One API key. A growing catalog of intelligence.

Purpose-built APIs that each do one job extremely well — concrete text in, stable structured JSON out.

Text analysis · Reviews

Review Intelligence

Turn customer reviews into sentiment, recurring themes, executive summaries and on-brand reply drafts — per review or in batch.

Text analysis · Contracts

Contract Intelligence

First-pass review: plain-language summaries, practical risk flags with verbatim evidence, key terms and clause detection.

Coming soon

Operations

Operations Intelligence

Support tickets, email triage and meeting minutes — structured the same way, on the same platform. On the roadmap.

See it work

Raw text in, structured JSON out.

One API call turns messy text into clean, typed data.

Input · contract clause

“Provider may terminate at any time without notice; Customer waives all refund rights.”

Output · json
{
  "doc_type": "MSA",
  "risk_score": 0.78,
  "risks": [
    { "clause": "termination_for_convenience", "severity": "high" }
  ]
}
curl https://api.wizerapi.dev/v1/contracts/analyze -H "Authorization: Bearer cik_live_xxx" -d '{"text":"Provider may terminate at any time…"}'

Usage-based pricing

Start free. Pay for what you analyze.

Metered in analysis units (AU). A typical short review ≈ 1 AU. Plans apply per product.

Free

$0/mo

  • 100 AU / month
  • 10 req/min
  • Hard cap — no overage
Get started

Starter

$29/mo

  • 10,000 AU
  • 60 req/min
  • $8.00 / 1k AU overage
Choose Starter

Scale

$399/mo

  • 200,000 AU
  • 1,200 req/min
  • $6.00 / 1k AU overage
Choose Scale

Built for developers

A clean REST API you can integrate this afternoon.

  • Predictable JSON

    Typed response shapes and a stable error.code envelope on every endpoint.

  • Mock-first local dev

    Run the whole platform with zero credentials — deterministic mock AI and an in-memory store.

  • Metering & webhooks

    Transparent analysis units, per-key rate limits, a live usage endpoint and HMAC-signed webhooks.

$ curl https://api.wizerapi.dev/v1/usage \
    -H "Authorization: Bearer rik_live_xxx"

{
  "plan": "growth",
  "included_au": 40000,
  "used_au": 1280,
  "remaining_au": 38720,
  "period_end": "2026-07-01T00:00:00Z"
}
Ship intelligence today

From raw text to structured JSON in one call.

Sign in with GitHub or Google, create a key, and make your first request in minutes.