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
response full type
response full type
Analysis
analyzeContent
analysis.analyzeContent
Analyze text or a URL with one or more TextRazor extractors in a single call
Risk: read
Output
response full type
response full type
classifyText
analysis.classifyText
Classify text or a URL against built-in or custom TextRazor classifiers
Risk: read
Output
response full type
response full type
extractEntities
analysis.extractEntities
Extract named entities from text or a URL, optionally filtering by relevance and confidence
Risk: read
Output
response full type
response full type
Classifiers
delete
classifiers.delete
Delete a custom classifier and all of its categories
Risk: destructive
Output
deleteCategory
classifiers.deleteCategory
Delete a category from a custom classifier
Risk: destructive
Output
getCategory
classifiers.getCategory
Get a category from a custom classifier by id
Risk: read
Output
response full type
response full type
listCategories
classifiers.listCategories
List categories for a custom classifier with limit and offset pagination
Risk: read
Output
response full type
response full type
put
classifiers.put
Create or update a custom classifier from JSON categories
Risk: write
categories full type
categories full type
Dictionaries
addEntries
dictionaries.addEntries
Add or overwrite entries in a custom entity dictionary
Risk: write
entries full type
entries full type
create
dictionaries.create
Create a custom entity dictionary
Risk: write
Output
response full type
response full type
delete
dictionaries.delete
Delete a custom entity dictionary and all of its entries
Risk: destructive
Output
deleteEntry
dictionaries.deleteEntry
Delete a dictionary entry by id
Risk: destructive
Output
get
dictionaries.get
Get a custom entity dictionary by id
Risk: read
Output
response full type
response full type
getEntry
dictionaries.getEntry
Get a dictionary entry by id
Risk: read
Output
response full type
response full type
list
dictionaries.list
List custom entity dictionaries on the account
Risk: read
response full type
response full type
dictionaries full type
dictionaries full type
listEntries
dictionaries.listEntries
List dictionary entries with limit and offset pagination
Risk: read
Output
response full type
response full type