Text Lemmatizer API

POST

Normalize inflected words back to their dictionary forms.

Text Lemmatizer reduces inflected words in submitted text down to their dictionary base forms. It confirms when valid lemmas exist, while paid plans return full word-by-word mappings.

Try it — live request, no key required

Request
POSTapi.apiverve.com/v1/lemmatizer
Body
Verification
Format

No key required to try it. Get a key to use it in your app.

Example
{
  "status": "ok",
  "error": null,
  "data": {
    "found": 3,
    "lemmas": {
      "cat": 1,
      "ran": 1,
      "door": 2
    }
  }
}

About the Text Lemmatizer API

Lemmatizer works by analyzing the text provided and lemmatizing it. It uses advanced algorithms to lemmatize the text and returns the lemmatized text.

What people use it for

Search Query Normalization
Search engines convert user queries into root words to match plural or conjugated variations against indexed product titles.
Customer Feedback Clustering
Group incoming support tickets by topic after reducing verbs and nouns to base forms for cleaner text classification.
Vocabulary Learning Systems
Language learning platforms detect inflected verb forms across reading exercises and map them back to headwords in student flashcards.
SEO Content Auditing
Before scanning articles for keyword density, content marketing platforms strip grammatical suffixes to measure true term frequencies across drafts.

Ways to call it

One endpoint, many ways in — REST with JSON, XML, YAML and CSV, plus GraphQL and an MCP interface for AI agents.

JSON
Default REST response
XML
Markup format
YAML
Human-readable
CSV
Tabular export
Beta
GraphQL
Query language
New
MCP
For AI agents

Other ways to use Text Lemmatizer

Same data, same APIVerve account, same credit balance — one key works on all of them.

Questions.

Common questions about the Text Lemmatizer API.

Read the docs
How many texts does the Free plan cover?
The Free plan provides 200 credits per month, covering 100 text lemmatization requests at 2 credits per call. For higher volumes, the Starter plan covers up to 100,000 requests each month, which works out to about $0.30 per 1,000 calls.
Can I get the word-by-word lemma mappings on the Free plan?
No, the lemmas mapping is a premium field. On the Free plan, access to this field is restricted. Subscribing to the Starter plan or any paid tier unlocks the full mapping of each word to its lemma.
Can I submit full sentences or multi-word passages?
Yes, the text parameter accepts complete strings of text. You can pass phrases, full sentences, or multi-word passages in a single call rather than sending individual words one by one.
How are lemmatized words organized in the response?
On paid plans, the response provides a lemmas object where each word from your input text serves as a key mapped directly to its base lemma form. This lets you inspect the root form of any specific word as it appeared in your original text.
What natural language processing tasks is this tool suited for?
Text Lemmatizer is designed for text analysis, language processing, content generation, and text mining. It helps normalize vocabulary and reduce inflected word variants before you index documents, search text, or analyze sentiment.

Ready to build with Text Lemmatizer? Start with 200 free credits — one key unlocks all 300+ APIs.

Explore the catalog

300+ APIs on the same key and the same response shape.

Browse all APIs