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