Semantria
Connector for the semantria API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- 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>