VisageCloud REST API
- URL
-
https://visagecloud.com - Docs
- https://visagecloud.com/v2/api-docs
?accessKey=<credential> + VisageCloud access key + secret/read-only key ?secretKey=<credential> discovered 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.
?accessKey=<credential> + VisageCloud access key + secret/read-only key ?readOnlyKey=<credential> discovered ?email=<credential> + VisageCloud account email + password ?password=<credential> discovered 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.