Skip to main content
Every textrazor.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
New to Corsair? See API access, authentication, and error handling.

Account

get

account.get Get the current TextRazor plan, concurrency limits, and daily usage Risk: read
Input: empty object Output

Analysis

analyzeContent

analysis.analyzeContent Analyze text or a URL with one or more TextRazor extractors in a single call Risk: read
Input Output

classifyText

analysis.classifyText Classify text or a URL against built-in or custom TextRazor classifiers Risk: read
Input Output

extractEntities

analysis.extractEntities Extract named entities from text or a URL, optionally filtering by relevance and confidence Risk: read
Input Output

Classifiers

delete

classifiers.delete Delete a custom classifier and all of its categories Risk: destructive
Input Output

deleteCategory

classifiers.deleteCategory Delete a category from a custom classifier Risk: destructive
Input Output

getCategory

classifiers.getCategory Get a category from a custom classifier by id Risk: read
Input Output

listCategories

classifiers.listCategories List categories for a custom classifier with limit and offset pagination Risk: read
Input Output

put

classifiers.put Create or update a custom classifier from JSON categories Risk: write
Input
Output

Dictionaries

addEntries

dictionaries.addEntries Add or overwrite entries in a custom entity dictionary Risk: write
Input
Output

create

dictionaries.create Create a custom entity dictionary Risk: write
Input Output

delete

dictionaries.delete Delete a custom entity dictionary and all of its entries Risk: destructive
Input Output

deleteEntry

dictionaries.deleteEntry Delete a dictionary entry by id Risk: destructive
Input Output

get

dictionaries.get Get a custom entity dictionary by id Risk: read
Input Output

getEntry

dictionaries.getEntry Get a dictionary entry by id Risk: read
Input Output

list

dictionaries.list List custom entity dictionaries on the account Risk: read
Input: empty object Output

listEntries

dictionaries.listEntries List dictionary entries with limit and offset pagination Risk: read
Input Output