Subscribe Sign in

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/v1

Authentication

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

CallWhat it does
POST /v1/neutralizeneutralize
POST /v1/factcheckfactcheck
POST /v1/inshortsinshorts
POST /v1/summarizesummarize
POST /v1/niralscoreniralscore
POST /v1/adjectivesadjectives
POST /v1/bias/allbias all
POST /v1/media/describemedia describe
POST /v1/fidelityfidelity
POST /v1/omissionsomissions
GET /v1/articlesarticles
GET /v1/articles/:idarticle
GET /v1/clusters/:idcluster
GET /v1/pricingpricing
GET /v1/usageusage
GET /v1/healthhealth
POST /v1/billing/checkoutbilling checkout
POST /v1/billing/portalbilling 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.