Semantria
Semantria is a text analytics and sentiment analysis API for extracting meaning, topics, entities, and opinions from text.
- Base URL:
https://api.semantria.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
getblacklist— GET /blacklist.{content_type} — Retrieve blacklisted itemsgetcategories— GET /categories.{content_type} — Retrieve user categoriesretrieveprocessedcollections— GET /collection/processed.{content_type} — Retrieve collections analysisreceivecollectionanalyticdata— GET /collection/{collection_id}.{content_type} — Retrieve collection analysis or its status in queuegetconfigurations— GET /configurations.{content_type} — Retrieve user configurationsretrieveprocesseddocuments— GET /document/processed.{content_type} — Retrieve documents analysis
Inputs
apiKey— your semantria API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getblacklist
apiKey: <your key>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | yes | — | One of: getblacklist, getcategories, retrieveprocessedcollections, receivecollectionanalyticdata, getconfigurations, retrieveprocesseddocuments |
collection_id |
string | no | — | Path parameter collection_id (required by some operations). |
content_type |
string | no | — | Path parameter content_type (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |