MonkeyLearn
Connect to the MonkeyLearn Text API to automate text classification with machine learning models. Test an API call and export the code snippet into your app. The MonkeyLearn Text Classification API has free and paid tiers as of 05/03/2017: http://monkeylearn.com/pricing/
MonkeyLearn endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
classify /classify |
This endpoint allows you to perform the classification of many text samples using only one request to a custom or public module. |
| POST |
classifyMulti /classifyMulti |
This endpoint allows you to perform the classification of many text samples using only one request to a custom or public module that you have already installed. In order for this… |
| POST |
createClassifier /createClassifier |
This endpoint creates a new classifier. |
| POST |
createClassifierCategory /createClassifierCategory |
This endpoint creates a new category on the tree. You have to select a name and a parent category. |
| POST |
deleteClassifier /deleteClassifier |
This endpoint deletes a classifier. This action cannot be undone. |
| POST |
deleteClassifierCategory /deleteClassifierCategory |
This endpoint deletes a category from the tree. This action cannot be undone. |
| POST |
deployClassifier /deployClassifier |
This endpoint allows you to deploy the current sandbox classifier as the live classifier. Note that the old live classifier will be overwritten. |
| POST |
executePipeline /executePipeline |
Executes the selected pipeline. |
| POST |
extractEntities /extractEntities |
Extract Entities from a list of texts using Named Entity Recognition (NER). NER labels sequences of words in a text which are the names of things, such as person and company… |
| POST |
extractEntitiesInSpanish /extractEntitiesInSpanish |
Extract Entities from a list of texts in Spanish using Named Entity Recognition (NER). NER labels sequences of words in a text which are the names of things, such as person and… |
| POST |
extractKeywordsInEnglish /extractKeywordsInEnglish |
Extract keywords from a list of texts in English. |
| POST |
extractKeywordsInSpanish /extractKeywordsInSpanish |
Extract keywords from a list of texts in Spanish. |
| POST |
extractTextFromBinary /extractTextFromBinary |
Extract plain text from binary documents as .doc, .docx, .pdf and .odt. |
| POST |
extractTextFromHTML /extractTextFromHTML |
Extract relevant text from a list of HTML’s. This algorithm can be used to detect and remove the surplus “clutter” (boilerplate, templates) around the main textual content of a… |
| POST |
getClassifiers /getClassifiers |
This endpoint returns the classifier and it’s sandbox categories attributes. |
| POST |
getSingleClassifier /getSingleClassifier |
This endpoint returns the classifier and it’s sandbox categories attributes. |
| POST |
trainClassifier /trainClassifier |
This endpoint allows you to train a classifier. |
| POST |
updateClassifierCategory /updateClassifierCategory |
This endpoint edits a category from the tree on a classifier. |
| POST |
uploadSamplesToCategory /uploadSamplesToCategory |
This endpoints allows you to upload samples to the categories. |
| POST |
uploadSamplesToMultiCategory /uploadSamplesToMultiCategory |
This endpoints allows you to upload samples to one or more categories. |
MonkeyLearn pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — | — |