V

VisageCloud REST API

REST discovered

Details
URL
https://visagecloud.com
Docs
https://visagecloud.com/v2/api-docs
Authentication
VisageCloud access key + secret/read-only key ?accessKey=<credential> + VisageCloud access key + secret/read-only key ?secretKey=<credential> discovered
VisageCloud access key + secret/read-only key compound Get key ↗

The published API spec describes requests authenticated with query parameters accessKey plus either a secretKey or readOnlyKey, and the account/login operation returns account information including accessKey and secretKey after account sign-in. However, the current site content at visagecloud.com and its linked terms pages is unavailable and does not expose a working sign-up or key-generation flow, so I could not verify a live self-service page to mint these credentials. Use the provider's account/login/account-management flow if available from the service operator.

VisageCloud access key + secret/read-only key ?accessKey=<credential> + VisageCloud access key + secret/read-only key ?readOnlyKey=<credential> discovered
VisageCloud account email + password ?email=<credential> + VisageCloud account email + password ?password=<credential> discovered
VisageCloud account email + password basic Get credentials ↗

The OpenAPI document includes POST /rest/v1.1/account/login, which accepts query parameters email and password and returns account information including accessKey and secretKey. The live site pages currently resolve to a parked domain, so I could not verify a current registration page or dashboard for creating an account.