Client library for Semantria
npm install --save @datafire/semantria
let semantria = require('@datafire/semantria').create();
.then(data => {
console.log(data);
});
Semantria applies Text and Sentiment Analysis to tweets, facebook posts, surveys, reviews or enterprise content.
This method removes certain blacklisted items by their values on Semantria side.
semantria.deleteBlacklistItems({
"Blacklisted item IDs": [],
"content_type": ""
}, context)
object
string
: Identifier of configuration blacklist items linked to.array
string
string
Output schema unknown
This method retrieves all backlisted items available on Semantria side.
semantria.getBlacklist({
"content_type": ""
}, context)
object
string
: Identifier of configuration blacklist linked to.string
array
This method adds new unique items to the backlist on Semantria side.
semantria.addBlacklist({
"Blacklisted items": null,
"content_type": ""
}, context)
object
string
: Identifier of configuration blacklist linked to.string
array
This method updates existing items by unique IDs in the backlist on Semantria side.
semantria.updateBlacklist({
"Blacklisted items": null,
"content_type": ""
}, context)
object
string
: Identifier of configuration blacklist linked to.string
array
This method removes certain user categories by their IDs on Semantria side.
semantria.deleteCategories({
"Category IDs": [],
"content_type": ""
}, context)
object
string
: Identifier of configuration user categories linked to.array
string
string
Output schema unknown
This method retrieves list of user categories available on Semantria side.
semantria.getCategories({
"content_type": ""
}, context)
object
string
: Identifier of configuration user categories linked to.string
array
This method adds user categories on Semantria side.
semantria.addCategories({
"Categories": null,
"content_type": ""
}, context)
object
string
: Identifier of configuration user categories linked to.string
array
This method updates user categories by unique IDs on Semantria side.
semantria.updateCategories({
"Categories": null,
"content_type": ""
}, context)
object
string
: Identifier of configuration user categories linked to.string
array
This method queues collection of documents onto the server for analysis. Queued collection of documents analyzes in common context as entire thing. If unique configuration ID provided, Semantria uses settings of that configuration during analysis, in opposite the primary configuration uses. Collection IDs are unique in scope of configuration. If the same ID appears twice, Semantria overrides existing collection with the new Data
semantria.queueCollection({
"Collection": null,
"content_type": ""
}, context)
object
string
: Identifier of configuration used for analysis.string
This method retrieves analysis results for processed collections from Semantria. FAILED collections will have FAILED status in response. Semantria responds with limited amount of results per API call. If configuration ID provided, Semantria responds with the collections, which were queued using the same configuration ID, in opposite Primary configuration uses.
semantria.retrieveProcessedCollections({
"content_type": ""
}, context)
object
string
: Identifier of configuration used for analysis.string
This method cancels collection analysis by unique ID on Semantria side if it is waiting for analysis in queue.
semantria.cancelCollection({
"collection_id": "",
"content_type": ""
}, context)
object
string
: Identifier of configuration used for analysis.string
: Collection IDstring
Output schema unknown
This method retrieves analysis results for documents collection by its unique ID or the collection’s status in queue if it did not analyzed yet. Semantria guarantees delivering of all collections back to the client even if they FAILED on Semantria side due to some reason.
semantria.receiveCollectionAnalyticData({
"collection_id": "",
"content_type": ""
}, context)
object
string
: Identifier of configuration used for analysis.string
: Collection IDstring
This method removes certain configuration by unique ID on Semantria side.
semantria.deleteConfigurations({
"Configuration IDs": [],
"content_type": ""
}, context)
object
array
string
string
Output schema unknown
This method retrieves all user configurations available on Semantria side.
semantria.getConfigurations({
"content_type": ""
}, context)
object
string
array
This method creates configurations on Semantria side.
semantria.addConfigurations({
"Configurations": null,
"content_type": ""
}, context)
object
string
array
This method updates specific configurations by unique IDs on Semantria side.
semantria.updateConfigurations({
"Configurations": null,
"content_type": ""
}, context)
object
string
array
This method queues document onto the server for analysis. Queued document analyzes individually and will have its own set of results. If unique configuration ID provided, Semantria uses settings of that configuration during analysis, in opposite the primary configuration uses. Document IDs are unique in scope of configuration. If the same ID appears twice, Semantria overrides existing document with the new Data.
semantria.queueDocument({
"Document": null,
"content_type": ""
}, context)
object
string
: Identifier of configuration used for analysis.string
This method queues batch of documents for analysis. The rules are the same as for single document mode but here the documents ordered into the batch.
semantria.queueBatchOfDocuments({
"Batch of Documents": null,
"content_type": ""
}, context)
object
string
: Identifier of configuration used for analysis.string
This method retrieves analysis results for processed documents from Semantria. FAILED documents will have FAILED status in response. Semantria responds with limited amount of results per API call. If configuration ID provided, Semantria responds with the document, which were queued using the same configuration ID, in opposite Primary.
semantria.retrieveProcessedDocuments({
"content_type": ""
}, context)
object
string
: Identifier of configuration used for analysis.string
This method cancels document analysis by unique ID on Semantria side if it is waiting for analysis in queue.
semantria.cancelDocument({
"document_id": "",
"content_type": ""
}, context)
object
string
: Identifier of configuration used for analysis.string
: Document IDstring
Output schema unknown
This method retrieves analysis results for the single document by its unique ID or the document’s status in queue if it did not analyzed yet. Semantria guarantees delivering of all documents back to the client even if they FAILED on Semantria side due to some reason.
semantria.receiveDocumentAnalyticData({
"document_id": "",
"content_type": ""
}, context)
object
string
: Identifier of configuration used for analysis.string
: Document IDstring
This method removes certain user entities by their names on Semantria side.
semantria.deleteEntities({
"content_type": ""
}, context)
object
string
Output schema unknown
This method retrieves list of user entities available on Semantria side.
semantria.getEntities({
"content_type": ""
}, context)
object
string
: Identifier of configuration user entities linked to.string
array
This method adds user entities on Semantria side.
semantria.addEntities({
"User entities": null,
"content_type": ""
}, context)
object
string
: Identifier of configuration user entities linked to.string
array
This method updates user entities by unique IDs on Semantria side.
semantria.updateEntities({
"User entities": null,
"content_type": ""
}, context)
object
string
: Identifier of configuration user entities linked to.string
array
This method returns list of supported features per languages supported by Semantria API. Let the users know about API capabilities.
semantria.getFeatures({
"content_type": ""
}, context)
object
string
: Filter features by specified languagestring
array
This method removes certain sentiment-bearing phrases by their names on Semantria side.
semantria.deletePhrases({
"Sentiment phrase IDs": [],
"content_type": ""
}, context)
object
string
: Identifier of configuration phrases linked to.array
string
string
Output schema unknown
This method retrieves list of sentiment-bearing phrases available on Semantria side.
semantria.getPhrases({
"content_type": ""
}, context)
object
string
: Identifier of configuration phrases linked to.string
array
This method adds sentiment-bearing phrases on Semantria side.
semantria.addPhrases({
"Sentiment phrases": null,
"content_type": ""
}, context)
object
string
: Identifier of configuration phrases linked to.string
array
This method updates sentiment-bearing phrases by unique IDs on Semantria side.
semantria.updatePhrases({
"Sentiment phrases": null,
"content_type": ""
}, context)
object
string
: Identifier of configuration phrases linked to.string
array
This method removes certain queries by their IDs on Semantria side.
semantria.deleteQueries({
"Query IDs": [],
"content_type": ""
}, context)
object
string
: Identifier of configuration queries linked to.array
string
string
Output schema unknown
This method retrieves list of queries available on Semantria side.
semantria.getQueries({
"content_type": ""
}, context)
object
string
: Identifier of configuration queries linked to.string
array
This method adds queries on Semantria side.
semantria.addQueries({
"Queries": null,
"content_type": ""
}, context)
object
string
: Identifier of configuration queries linked to.string
array
This method updates queries by unique IDs on Semantria side.
semantria.updateQueries({
"Queries": null,
"content_type": ""
}, context)
object
string
: Identifier of configuration queries linked to.string
array
This method retrieves overall and per configuration usage statistics for specific timeframe. Statistics ordered per available configurations. Available interval values are current hour, day, week, month and year.
semantria.getStatistic({
"content_type": ""
}, context)
object
string
: Configuration identifier for usage statistics retrieving.string
: Hour, Day, Week, Month, Year values are supported.string
This method retrieves API status information such as the app version, current API version, supported languages and encodings, the overall service status, etc.
semantria.getStatus({
"content_type": ""
}, context)
object
string
This method retrieves user's subscription details that consist of the list of allowed features, configured limits and options on Semantria side.
semantria.getSubscription({
"content_type": ""
}, context)
object
string
This method removes certain taxonomy nodes by their IDs on Semantria side.
semantria.deleteTaxonomy({
"Taxonomy node IDs": [],
"content_type": ""
}, context)
object
string
: Identifier of configuration queries linked to.array
string
string
Output schema unknown
This method retrieves list of taxonomy available on Semantria side.
semantria.getTaxonomy({
"content_type": ""
}, context)
object
string
: Identifier of configuration taxonomy linked to.string
array
This method adds taxonomy nodes on Semantria side.
semantria.addTaxonomy({
"Taxonomy": null,
"content_type": ""
}, context)
object
string
: Identifier of configuration queries linked to.string
array
This method updates taxonomy nodes on Semantria side.
semantria.updateTaxonomy({
"Taxonomy": null,
"content_type": ""
}, context)
object
string
: Identifier of configuration queries linked to.string
array
object
integer
: The count of occurrences of the attribute across the documentsstring
: The text of the attributearray
: Returns genuine forms of attribute mentioned across the documentsobject
array
: List of sub-categories of the current category if applicablestring
(values: negative, positive, neutral): Verbal representation of sentiment score. Can be "negative", "positive" or "neutral"number
: The sentiment score associated with this categorynumber
: Strength of the category matches with the document contentstring
: The category title, which is its label in the textstring
: Type of category; can be either "node" (root level) or "leaf" (nested) valueobject
string
: Blacklist item nameobject
string
: Unique blacklist item identifierstring
: The timestamp of the latest update of the record. Creation date of update didn't occurstring
: Blacklist item nameobject
string
: Unique blacklist item identifierstring
: Blacklist item nameobject
string
: Category namearray
: Category samplesstring
number
: Category weightobject
string
: Unique category identifierstring
: The timestamp of the latest update of the record. Creation date of update didn't occurstring
: Category namearray
: Category samplesstring
number
: Category weightobject
string
: Unique category identifierstring
: Category namearray
: Category samplesstring
number
: Category weightobject
array
: List of documents text that need to be analyzed by the servicestring
string
: Up to 32 symbols unique identifier of document assigned and tracked by clientstring
: Specific marker of incoming job that can be used then for collections retrievingstring
: Any text of up to 50 characters used like markerobject
string
: Unique configuration identifier. Usually 36 alphanumeric charactersarray
: Returns the named entities and user defined entities from the textarray
: Returns the facets extracted across all documents in the collectionstring
: Unique collection identifier. Can be up to 36 alphanumeric charactersstring
: Specific marker of a job collection belongs to, can be used for collections ordering on client side.string
(values: queued, processed, failed): Status of the collectionstring
: Any text of up to 50 characters used like markerarray
: Returns the taxonomy determined for the textarray
: Returns themes across the documentsarray
: Returns the concept and query defined topics determined for the textobject
integer
: Limits the number of mentions of attribute responded from the server. Default: 0integer
: Limits the number of concept topics responded from the service. Default: 5integer
: Limits the number of facets which will be responded from the server. Default: 5integer
: Limits the number of mentions of facet responded from the server. Default: 0integer
: Limits the number of facets which will be responded from the server. Default: 15integer
: Limits the number of named entities responded from the service. Default: 5integer
: Limits the number of mentions of theme responded from the server. Default: 0integer
: Limits the number of query topics responded from the service. Default: 5integer
: Limits the number of entity mentions responded from the server. Default: 0integer
: Limits the number of themes responded from the service. Default: 5integer
: Limits the number of user entities the service responds. Default: 15integer
: Limits the number of user entity mentions the service responds. Default: 0object
integer
: Limits the number of auto categories the service responds. Default: 5integer
: Limits the number of concept topics the service responds. Default: 5boolean
: Switches on language detection feature. Default: trueinteger
: Limits the number of entity themes the service responds. Default: 0boolean
: Switches on intentions detection feature. Default: falseboolean
: Switches on/off model-based sentiment feature. Default: falseinteger
: Limits the number of named entities the service responds. Default: 5integer
: Limits the number of named entity related mentions. Default: 0integer
: Limits the number of named entity opinions the service responds. Default: 0integer
: Limits the number of named entity relations the service responds. Default: 0integer
: Limits the number of responded sentiment-bearing phrases for document. Default: 0string
(values: All, Noun, Verb, Adjective, Determiner, Misc, Twitter, Chinese): Defines parts-of-speech which will be responded by the serverinteger
: Limits the number of responded possible phrases which may affect on sentiment score extraction. Default: 0integer
: Limits the number of query topics the service responds. Default: 5integer
: Limits the number of sentences for the document summary feature. Default: 3integer
: Limits the number of document and entity related theme mentions. Default: 0integer
: Limits the number of document themes the service responds. Default: 0integer
: Limits the number of user entities the service responds. Default: 5integer
: Limits the number of user entity related mentions. Default: 0integer
: Limits the number of concept topics the service responds. Default: 0integer
: Limits the number of user entity relations the service responds. Default: 0object
boolean
: Defines whether or not the service should respond with processed results automatically. Default: falsestring
: Defines a callback URL for automatic data respondingnumber
: Defines low threshold for strength score of user categories to be reported in the output. Default: 0.45integer
: Defines the threshold for alphanumeric characters in the text in percent. Default: 80integer
: Defines low threshold for evidence score of named and user entities to be reported in the output.boolean
: Identifies whether the current configuration is primary or not. Default: falsestring
: Defines target language that will be used for task processing. Default: Englishstring
: Configuration nameboolean
: Leads the service to consider the entire document as single sentence. Default: falseboolean
: Leads the service to clean HTML tags before processing. Default: falseobject
boolean
: Defines whether or not the service should respond with processed results automatically. Default: falsestring
: Defines a callback URL for automatic data respondingnumber
: Defines low threshold for strength score of user categories to be reported in the output. Default: 0.45integer
: Defines the threshold for alphanumeric characters in the text in percent. Default: 80string
: Unique configuration identifierinteger
: Defines low threshold for evidence score of named and user entities to be reported in the output. Default: 55string
: Unique identifier of configuration (template) the current configuration has been clonned fromboolean
: Identifies whether the current configuration is primary or not. Default: falsestring
: Defines target language that will be used for task processing. Default: Englishstring
: The timestamp of the latest update of the record. Creation date of update didn't occurstring
: Configuration nameboolean
: Leads the service to consider the entire document as single sentence. Default: falseboolean
: Leads the service to clean HTML tags before processing. Default: falsestring
: Version of the vertical pack, for versioning purposesobject
boolean
: Defines whether or not the service should respond with processed results automatically. Default: falsestring
: Defines a callback URL for automatic data respondingnumber
: Defines low threshold for strength score of user categories to be reported in the output. Default: 0.45integer
: Defines the threshold for alphanumeric characters in the text in percent. Default: 80string
: Unique configuration identifierinteger
: Defines low threshold for evidence score of named and user entities to be reported in the output. Default: 55boolean
: Identifies whether the current configuration is primary or not. Default: falsestring
: Defines target language that will be used for task processing. Default: Englishstring
: Configuration nameboolean
: Leads the service to consider the entire document as single sentence. Default: falseboolean
: Leads the service to clean HTML tags before processing. Default: falseobject
boolean
: Represents whether sentence (group of words) is imperative or notboolean
: Represents whether or not sentence content contains sentiment polarityarray
: Returns list of words grouped by the parent sentenceobject
string
: Up to 32 symbols unique identifier of document assigned and tracked by client.string
: Specific marker of incoming job that can be used then for documents retrievingstring
: Any text of up to 50 characters used like marker.string
: Document text that needs to be analyzed by the service.object
array
: Auto-generated categories applicable for the documentstring
: Unique configuration identifier. Usually 36 alphanumeric charactersarray
: Returns sentences from the original document with POS tags withinarray
: Returns the named entities and user defined entities from the textstring
: Unique document identifier. Can be up to 36 alphanumeric charactersarray
: Returns intentions list detected by the enginestring
: Specific marker of a job document belongs to, can be used for documents ordering on client sidestring
: Determined language of source textnumber
: The percentage score of the best match of language among detected languagesarray
: Returns the list of opinions extracted from the source textarray
: Returns sentiment-bearing phrases of the documentarray
: Returns relations which represent a connection between one or more Entity objectsstring
(values: negative, positive, neutral): Verbal representation of sentiment score. Can be "negative", "positive" or "neutral"number
: A sentiment analysis of the document textstring
: Original source text passed by client for this documentstring
(values: queued, processed, failed): Status of the documentstring
: A summary of the document textarray
: Returns the taxonomy determined for the textarray
: Returns themes of the documentarray
: Returns the concept and query defined topics determined for the textobject
integer
: The count of occurrences of the entity across the documentsstring
: Type of the entity (Company, Person, Place, Product, etc.)string
: Descriptive label for the entity, if applicablearray
: Returns the genuine forms of entity mentioned across the documentsinteger
: The count of negative occurrences of the entity across the documentsinteger
: The count of neutral occurrences of the entity across the documentsinteger
: The count of positive occurrences of the entity across the documentsstring
: Normalized form of the entity. It is the normalized entity titlestring
(values: named, user): Type of the entity; can be either “named” or “user” (reserved for future usage)object
string
: Descriptive label for the entity, e.g. Wikipedia URLstring
: Entity namestring
: Normalized form of the entity. Will replace entity name in the outputstring
: Type of the entity (Company, Person, any custom type)object
string
: Unique user entity identifierstring
: Descriptive label for the entity, e.g. Wikipedia URLstring
: The timestamp of the latest update of the record. Creation date of update didn't occurstring
: Entity namestring
: Normalized form of the entity. Will replace entity name in the outputstring
: Type of the entity (Company, Person, any custom type)object
string
: Unique user entity identifierstring
: Descriptive label for the entity, e.g. Wikipedia URLstring
: Entity namestring
: Normalized form of the entity. Will replace entity name in the outputstring
: Type of the entity (Company, Person, any custom type)object
array
: Returns the attributes associated with this facetinteger
: The count of occurrences of the facet in the textstring
: The text of the facetarray
: Returns genuine forms of facet mentioned across the documentsinteger
: The count of negative occurrences of the facet across the documentsinteger
: The count of neutral occurrences of the facet across the documentsinteger
: The count of positive occurrences of the facet across the documentsobject
boolean
: Represents whether HTML processing supported for certain language or notstring
: Unique language identifierstring
: Represents language following options relevant toboolean
: Considers entire text as one sentence and uses optimized chunker for short content like tweets.object
boolean
: Represents whether auto-categories of entities supported for certain language or notboolean
: Represents whether mentions of entities supported for certain language or notboolean
: Represents whether opinions of entities supported for certain language or notboolean
: Represents whether relations of entities supported for certain language or notboolean
: Represents whether themes of entities supported for certain language or notboolean
: Represents whether intentions detection supported for certain language or notboolean
: Represents whether language detection feature supported or notboolean
: Represents whether model-based sentiment supported for certain language or notboolean
: Represents whether named entities extraction supported for certain language or notboolean
: Represents whether POS tagging supported for certain language or notboolean
: Represents whether queries of entities supported for certain language or notboolean
: Represents whether sentiment detection supported for certain language or notboolean
: Represents whether sentiment phrases detection supported for certain language or notboolean
: Represents whether summarization supported for certain language or notboolean
: Represents whether taxonomy feature supported for certain language or notboolean
: Represents whether mentions of themes supported for certain language or notboolean
: Represents whether themes extraction supported for certain language or notboolean
: Represents whether user categories of entities supported for certain language or notboolean
: Represents whether user entities extraction supported for certain language or notobject
boolean
: Represents whether mentions of entities supported for certain language or notboolean
: Represents whether attributes of facets supported for certain language or notboolean
: Represents whether mentions of facets supported for certain language or notboolean
: Represents whether facets detection supported for certain language or notboolean
: Represents whether named entities extraction supported for certain language or notboolean
: Represents whether queries extraction supported for certain language or notboolean
: Represents whether taxonomy feature supported for certain language or notboolean
: Represents whether mentions of themes supported for certain language or notboolean
: Represents whether themes extraction supported for certain language or notboolean
: Represents whether user categories extraction supported for certain language or notboolean
: Represents whether user entities extraction supported for certain language or notobject
boolean
: Represents whether blacklist feature supported for certain language or notboolean
: Represents whether queries definition supported for certain language or notboolean
: Represents whether sentiment-bearing phrases adjustmment supported for certain language or notboolean
: Represents whether taxonomy feature supported for certain language or notboolean
: Represents whether user categories definition supported for certain language or notboolean
: Represents whether user entities definition supported for certain language or notobject
string
: Unique identifier of configuration associated with the vertical pack. Required for cloningstring
: Verbal description of template features, belonging to domain area, etc.string
: Unique document identifier. Can be up to 36 alphanumeric charactersboolean
: Shows whether Vertical pack is free or requires subscriptionstring
: The language supported by the vertical packstring
: Name of the vertical packstring
(values: language-default, vertical-pack): The type of the vertical pack, can be either "vertical-pack" or "language-default"string
: Version of the vertical pack, for versioning purposes.object
string
: The phrase which expressed the intentionstring
: The classification of the intention detected (buy, quit, etc.)string
: The object of the intention (if detected)string
: The author of the intention (if detected)object
integer
: Document index within collection where the mention appearedinteger
: The length of the mention in bytesinteger
: The amount of bytes offset in the original text before the start of the mentionobject
boolean
: Indicates whether or not the mention has been negatedstring
: The text of the attribute mentionarray
: List of coordinates of the mentions found within the collectionstring
: If the mention has been negated, this gives the negating phraseobject
number
: Mixed sentiment score associated with the documentstring
: Name of the sentiment model used for scoringnumber
: Negative (probable negative score) sentiment score associated with the documentnumber
: Neutral (probable neutral score) sentiment score associated with the documentnumber
: Positive (probable positive score) sentiment score associated with the documentstring
(values: negative, positive, neutral): Verbal representation of sentiment score that matches the best on the document. Can be "negative", "positive" or "neutral"object
string
: The text of the expressed opinionstring
(values: negative, positive, neutral): Verbal representation of sentiment score. Can be "negative", "positive" or "neutral"number
: The sentiment score associated with the opinionnumber
: An entity title identifying the author of the opinionstring
: An entity title identifying the subject of the opinion, if applicablestring
(values: named, user): Type of opinion according to extracted entityobject
string
: If the phrase has been intensified, this gives the intensifying phraseboolean
: Specifies whether the phrase has been intensified or notboolean
: Specifies whether the phrase has been negated or notstring
: If the phrase has been negated, this gives the negating phrasestring
(values: negative, positive, neutral): Verbal representation of sentiment score. Can be "negative", "positive" or "neutral"number
: The sentiment score associated with this phrasestring
: The text of the sentiment-bearing phrasestring
: Type of phrase; can be either "possible" or "detected" valueobject
string
: Sentiment-bearing phrase namenumber
: Sentiment-bearing phrase weightobject
string
: Unique sentiment-bearing phrase identifierstring
: The timestamp of the latest update of the record. Creation date of update didn't occurstring
: Sentiment-bearing phrase namenumber
: Sentiment-bearing phrase weightobject
string
: Unique sentiment-bearing phrase identifierstring
: Sentiment-bearing phrase namenumber
: Sentiment-bearing phrase weightobject
string
: Query namestring
: Boolean query used for content categorizationobject
string
: Unique query identifierstring
: The timestamp of the latest update of the record. Creation date of update didn't occurstring
: Query namestring
: Boolean query used for content categorizationobject
string
: Unique query identifierstring
: Query namestring
: Boolean query used for content categorizationobject
number
: A measure of confidence in the relationship extractionarray
: Returns entities which presents parent relationshipstring
: Extra information that has been extracted about the relationshipstring
: A label describing the nature of the relationshipstring
(values: named, user): Type of relation according to extracted entitiesobject
string
: Type of the entity (Company, Person, Place, Product, etc.)string
: Normalized entity title based on existing entity normalization rulesobject
integer
: Total number of data API calls made. These affect you API balanceinteger
: Total number of polling API calls made. These do not affect API balanceinteger
: Total number of settings API calls made. These do not affect API balanceinteger
: Total number of documents that have been queued into collectionsinteger
: Total number of collections that have failed to be processedinteger
: Total numbers of collections that have been successfully processedinteger
: Total number of successfully processed collections that have been returnedarray
: Includes statistics per specific configurationinteger
: Total number of documents that have failed to be processedinteger
: Total number of documents that have been successfully processedinteger
: Total number of successfully processed documents that have been returnedstring
: The latest application that used the API on this accountstring
: Semantria subscriber name. Usually emailinteger
: Total number of queued batches of texts processedinteger
: Total number of API calls madeinteger
: Total number of documents that have been queuedinteger
: Total number of documents that have exceeded the favorable (suggested) limitinteger
: Total number of texts processedinteger
: Total numbers of collections that have been queuedstring
: Semantria subscriber status. Can be active, expired, disabled, etcstring
: A list of all the applications that have used the API on this accountobject
integer
: Total number of data API calls made. These affect you API balanceinteger
: Total number of polling API calls made. These do not affect API balanceinteger
: Total number of settings API calls made. These do not affect API balanceinteger
: Total number of collections that have failed to be processedinteger
: Total numbers of collections that have been successfully processedinteger
: Total number of successfully processed collections that have been returnedstring
: Unique identifier of configurationinteger
: Total number of documents that have failed to be processedinteger
: Total number of documents that have been successfully processedinteger
: Total number of successfully processed documents that have been returnedstring
: The latest application that used the API on this accountstring
: The name of configurationinteger
: Total number of queued batches of texts processedinteger
: Total number of API calls madeinteger
: Total number of documents that have been queuedinteger
: Total number of documents that have exceeded the favorable (suggested) limitinteger
: Total number of texts processedinteger
: Total numbers of collections that have been queuedstring
: A list of all the applications that have used the API on this accountobject
string
: Represents current version of the exposed APIstring
(values: available, pending, sold): Represents the availability of the servicestring
: Represents current version of the Semantria servicestring
: Exposes supported compression algorithms. Currently only gzip and deflate are supportedstring
: Exposes supported content encoding. Currently only UTF-8 is supportedarray
: Exposes list of supported languagesstring
object
number
: Strength of the category matches with the document contentstring
: The category title, which is its label in the textstring
: Type of category; can be either "node" (root level) or "leaf" (nested) valueobject
string
: Semantria subscriber name. Usually emailstring
: Semantria subscriber status. Can be active, expired, disabled, etcobject
integer
: Represents the maximum size of outgoing batch for auto-response featureinteger
: Represents the maximum size of the incoming batch in documentsinteger
: Represents the maximum number of allowed blacklist itemsinteger
: Represents the maximum size of outgoing batch for callback data retrieving modeinteger
: Represents the maximum number of allowed categoriesinteger
: Represents the maximum number of allowed category samplesinteger
: Represents the maximum length of the document allowed for processinginteger
: Represents the maximum size of collection in documentsinteger
: Represents the maximum number of allowed configurationsinteger
: Represents the maximum number of allowed entitiesinteger
: Represent the maximum number allowed as output limit of configurationinteger
: Represents the maximum size of outgoing batch for pulling data retrieving modeinteger
: Represents the maximum number of allowed queriesboolean
: Indicates whether responding of source text along with the analysis data is allowed or notinteger
: Represents the maximum number of allowed sentiment-bearing phrasesobject
integer
: Number of allocated application cells permitted to work with the APIinteger
: Number of permitted application to work with the same API accountinteger
: Represents actual value of remained data API callsinteger
: Represents the limit of data API calls per "data_calls_limit_interval" valueinteger
: Represents an interval for the "data_calls_limit" value of current subscriptioninteger
: Current transaction balance. Applicable for pay-as-you-go subscriptions onlyinteger
: Represents the transactions limit per "docs_limit_interval" valueinteger
: Represents the timeframe for the "docs_limit" value of current subscriptioninteger
: Represents the amount of favorable documents suggested for throughput subscriptionsinteger
: Represents the timeframe for the “docs_suggested” value of the current subscriptionstring
: Expiration date of current subscription. Defined as a Unix time stampstring
: Subscription type can have either pay-as-you-go or throughput valueinteger
: Represents actual value of remained polling API callsinteger
: Represents the limit of polling API calls per "polling_calls_limit_interval" valueinteger
: Represents an interval for the "polling_calls_limit" value of current subscriptionstring
: Processing priority of current subscriber. Can have low, normal or high valueinteger
: Represents actual value of remained settings API callsinteger
: Represents the limit of settings API calls per "settings_calls_limit_interval" valueinteger
: Represents an interval for the "settings_calls_limit" value of current subscriptionobject
boolean
: Identifies whether HTML processing feature is supported or notstring
: Lists all languages which are allowed for current subscriptionobject
boolean
: Indicates whether concept topics are allowed or notboolean
: Indicates whether facets extraction feature is allowed or notboolean
: Indicates whether mentions are allowed for facets and attributes or notboolean
: Indicates whether named entities feature is allowed or notboolean
: Indicates whether query defined topics are allowed or notboolean
: Indicates whether themes extraction feature is allowed or notboolean
: Indicates whether user entities feature is allowed or notobject
boolean
: Indicates whether auto categories feature is allowed or notboolean
: Indicates whether concept topics are allowed or notboolean
: Indicates whether entity themes feature is allowed or notboolean
: Indicates whether intentions feature is allowed or not.boolean
: Indicates whether language detection feature is allowed or notboolean
: Indicates whether mentions for entities and themes are allowed or notboolean
: Indicates whether model-based sentiment feature is allowed or notboolean
: Indicates whether named entities feature is allowed or notboolean
: Indicates whether relations for named entities are allowed or notboolean
: Indicates whether opinions feature is allowed or notboolean
: Indicates whether possible phrases detection feature is allowed or notboolean
: Indicates whether part of speech tagging feature is allowed or notboolean
: Indicates whether query defined topics are allowed or notboolean
: Indicates whether sentiment-bearing phrases output is allowed or notboolean
: Indicates whether summarization feature is allowed or notboolean
: Indicates whether document themes feature is allowed or notboolean
: Indicates whether user entities feature is allowed or notboolean
: Indicates whether relations for user entities are allowed or notobject
string
: Unique identifier of configuration associated with the vertical pack. Required for cloningstring
: Verbal description of template features, belonging to domain area, etc.string
: Unique document identifier. Can be up to 36 alphanumeric charactersboolean
: Shows whether Vertical pack is free or requires subscriptionstring
: The language supported by the vertical packstring
: Name of the vertical packstring
(values: language-default, vertical-pack): The type of the vertical pack, can be either "vertical-pack" or "language-default"string
: Version of the verticalVersion | Tag | Published |
---|---|---|
6.0.0 | latest | 2yrs ago |