← Tools Reference

TextRazor

TextRazor integration (AI, Data). Imported from open-connector.

API key6 toolshttps://api.textrazor.com
GET
textrazor_account_info
Read TextRazor account quota and plan information.

/{textrazorApiBaseUrl}/account/

1 parameter
ParamTypeRequiredDescription
textrazorApiBaseUrlstringrequiredPath parameter: textrazorApiBaseUrl
POST
textrazor_analyze_content
Analyze text with one or more TextRazor extractors.

/{textrazorApiBaseUrl}/

7 parameters
ParamTypeRequiredDescription
textstringoptionalThe text to analyze.
extractorsarrayoptionalThe TextRazor extractors to run.
cleanup_modestringoptionalThe cleanup mode TextRazor should apply before analysis.
language_overridestringoptionalAn ISO-639-2 language code used to force analysis language.
cleanup_use_metadatabooleanoptionalWhether TextRazor may use document metadata during cleanup.
cleanup_return_cleanedbooleanoptionalWhether TextRazor should return cleaned text.
textrazorApiBaseUrlstringrequiredPath parameter: textrazorApiBaseUrl
POST
textrazor_extract_entities
Extract entities from text with TextRazor.

/{textrazorApiBaseUrl}/

6 parameters
ParamTypeRequiredDescription
textstringoptionalThe text to analyze.
entities_allow_overlapbooleanoptionalWhether entity matches may overlap.
entities_filter_dbpedia_typesarrayoptionalDBpedia types to include.
entities_filter_freebase_typesarrayoptionalFreebase types to include.
entity_dictionariesarrayoptionalCustom entity dictionary ids to use.
textrazorApiBaseUrlstringrequiredPath parameter: textrazorApiBaseUrl
POST
textrazor_classify_text
Classify text with TextRazor classifiers.

/{textrazorApiBaseUrl}/

3 parameters
ParamTypeRequiredDescription
textstringoptionalThe text to classify.
classifiersarrayoptionalThe TextRazor classifiers to run.
textrazorApiBaseUrlstringrequiredPath parameter: textrazorApiBaseUrl
PUT
textrazor_custom_classifier_manager
Create, update, inspect, or delete a TextRazor custom classifier.

/{textrazorApiBaseUrl}/categories/{classifier_id}/{category_id}

4 parameters
ParamTypeRequiredDescription
operationstringoptionalThe classifier manager operation.
classifier_idstringrequiredThe classifier identifier.
textrazorApiBaseUrlstringrequiredPath parameter: textrazorApiBaseUrl
category_idstringrequiredPath parameter: category_id
PUT
textrazor_dictionary_manager
Create, inspect, update, or delete TextRazor custom entity dictionaries.

/{textrazorApiBaseUrl}/entities/{dictionary_id}/_all

3 parameters
ParamTypeRequiredDescription
operationstringoptionalThe dictionary manager operation.
dictionary_idstringrequiredThe dictionary identifier.
textrazorApiBaseUrlstringrequiredPath parameter: textrazorApiBaseUrl