Visiblethread
VisibleThread is a content analysis platform that reviews documents and web content for clarity, readability, compliance, and proposal quality.
- Base URL:
https://api.visiblethread.com/api/v1 - Auth:
header:apiKey(pass your key via theapiKeyinput)
Operations
get_dictionaries— GET /dictionaries — Get your list of dictionariesget_documents— GET /documents — Get your list of documentsgetdocbyid— GET /documents/{docId} — Get data from a previously submitted documentget_searches— GET /searches — Get your list of searchesgetsearchresults— GET /searches/{docId}/{dictionaryId} — Gets search results for a particular document/dictionaryget_webscans— GET /webscans — Get your list of scans
Inputs
apiKey— your visiblethread 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: get_dictionaries
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: get_dictionaries, get_documents, getdocbyid, get_searches, getsearchresults, get_webscans |
dictionaryId |
string | no | — | Path parameter dictionaryId (required by some operations). |
docId |
string | no | — | Path parameter docId (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |