
Product
Socket for Jira Is Now Available
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.
opencalais-tagging
Advanced tools
Open Calais attaches intelligent metadata-tags to your unstructured content, enabling powerful text analytics. The Open Calais natural language processing engine automatically analyzes and tags your input files in such a way that your consuming application can both easily pinpoint relevant data, and effectively leverage the invaluable intelligence and insights contained within the text. Please refer to the complete documentation here.
$ npm install opencalais-tagging
A promise is returned if a callback function is not provided.
const calais = require('opencalais-tagging'),
options = {
content : 'The content to tag',
accessToken : 'opencalais-key'
}
const response = await calais.tag(options)
console.log('Response : ', response)
An optional callbck function can also be provided.
const calais = require('opencalais-tagging'),
options = {
content : 'The content to tag',
accessToken : 'opencalais-key'
}
calais.tag(options, (error, data) => {
console.log('Response : ', data)
})
####The following query parameters can be provided.
| Options | Description | Values | Default Value |
|---|---|---|---|
| content (MANDATORY) | Content to be tagged. | string | none |
| accessToken (MANDATORY) | Obtained access token | string | none |
| Content-Type | Indicates the input mime type. | text/html, text/xml, text/raw, application/pdf | text/raw |
| omitOutputtingOriginalText | Excludes the original text from the output. Highly recommended for large input files. | boolean | true |
| outputFormat | Defines the output format. | xml/rdf, application/json, text/n3 | application/json |
| x-calais-contentClass | Specifies the genre of the input document. Highly recommended for optimal extraction when input files are news stories or research reports. | news, research | none |
| x-calais-language | Indicates the language of the input text. | English, French, Spanish | none |
| x-calais-selectiveTags | Lets you specify a custom set of metadata tag types to be included in the output. | additionalcontactdetails, company, country, deal, company, industry, person, socialtags, topic | none |
This project is licensed under the MIT License - see the LICENSE file for details
FAQs
Tag content using Opencalais
The npm package opencalais-tagging receives a total of 1 weekly downloads. As such, opencalais-tagging popularity was classified as not popular.
We found that opencalais-tagging demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.