Visagecloud
Connector for the visagecloud API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://visagecloud.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
getaccountbyaccesskeyusingget— GET /rest/v1.1/account/account — Get account information by accessKey and secretKeygetbillingperaccountusingget— GET /rest/v1.1/account/billing — Get billing information by accessKey and secretKeycomparefacesusingget— GET /rest/v1.1/analysis/compare — Compare several faces identified by faceHash, without depending on mapping faces to profilesretrivelatestusingget— GET /rest/v1.1/analysis/listLatest — Retrieve the last count operations per current accountretrieveanalysisusingget— GET /rest/v1.1/analysis/retrieve — Retrieve a complete analysis object including both detection and recognition informationgetclassiferfullusingget— GET /rest/v1.1/classifier/svm — Get classifier full
Inputs
apiKey— your visagecloud 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: getaccountbyaccesskeyusingget
apiKey: <your key>