Text analysis · Reviews
Review Intelligence
Turn customer reviews into sentiment, recurring themes, executive summaries and on-brand reply drafts — per review or in batch.
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
One platform · shared keys, quota & error envelope
The platform
Purpose-built APIs that each do one job extremely well — concrete text in, stable structured JSON out.
Text analysis · Reviews
Turn customer reviews into sentiment, recurring themes, executive summaries and on-brand reply drafts — per review or in batch.
Text analysis · Contracts
First-pass review: plain-language summaries, practical risk flags with verbatim evidence, key terms and clause detection.
Operations
Support tickets, email triage and meeting minutes — structured the same way, on the same platform. On the roadmap.
See it work
One API call turns messy text into clean, typed data.
“Provider may terminate at any time without notice; Customer waives all refund rights.”
{
"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
Metered in analysis units (AU). A typical short review ≈ 1 AU. Plans apply per product.
$0/mo
$29/mo
$99/mo
$399/mo
Built for developers
Typed response shapes and a stable error.code envelope on every endpoint.
Run the whole platform with zero credentials — deterministic mock AI and an in-memory store.
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"
}
Sign in with GitHub or Google, create a key, and make your first request in minutes.