Docs
Score any text with the same engines as the site: the Niral Score, adjectives, sentiment, political wording and more, each with the spans of text that produced it.
Quickstart · Errors · Rate limits · OpenAPI · Status · Changelog
Base URL
https://mundaneread.com/v1Authentication
Send your key as a bearer token. Keys start with vk_live_ and are shown once, when created.
curl https://mundaneread.com/v1/niralscore \
-H "Authorization: Bearer vk_live_..." \
-H "Content-Type: application/json" \
-d '{"text": "The embattled minister slammed the shocking plan."}'Endpoints
| Call | What it does |
|---|---|
POST /v1/neutralize | neutralize |
POST /v1/factcheck | factcheck |
POST /v1/inshorts | inshorts |
POST /v1/summarize | summarize |
POST /v1/niralscore | niralscore |
POST /v1/adjectives | adjectives |
POST /v1/bias/all | bias all |
POST /v1/media/describe | media describe |
POST /v1/fidelity | fidelity |
POST /v1/omissions | omissions |
GET /v1/articles | articles |
GET /v1/articles/:id | article |
GET /v1/clusters/:id | cluster |
GET /v1/pricing | pricing |
GET /v1/usage | usage |
GET /v1/health | health |
POST /v1/billing/checkout | billing checkout |
POST /v1/billing/portal | billing portal |
Versioning
The version is in the path (/v1). Additive changes (new fields, new endpoints) happen within a version
and are listed in the changelog. Anything that would break a client gets a new version, with at
least six months' notice by email before the old one is retired.
Last updated 18 September 2026.