Vitals™ Cloud Service
The Vitals™ Cloud Service is a cloud-based solution hosted on Amazon Web Services (AWS) that provides health analysis service using Vitals™ technologies.
There are 2 major versions of the Vitals™ Cloud Service:
Server NameServer Name | Server IDServer ID | DescriptionDescription |
---|---|---|
NyanCat | ServerId.AwsProdEnterprise | V1 backend. |
CrimsonLion | ServerId.Schema2Prod | V2 backend that includes all the vital signs supported in NyanCat, and additional vital signs (e.g., physical wellness, mental wellness, etc.). |
To access the Vitals™ Cloud Service, you will need an API Key and a User ID. The API Key serves as the credential for accessing the Vitals™ Cloud Service, while the User ID specifies the subscription plan for the service. The set of vital signs obtained from a scan varies depending on the licensed subscription plan, with each plan offering a unique set of vital signs. If you do not have these credentials yet, please contact us to obtain them.
TIP
For more details, please refer to the Interpreting Results page which provides the full list of vital signs supported by the two Vitals™ Cloud Service versions. To select a specific server version in your app, please alter the config.serverId
property of the Vital Sign Camera component.
About CrimsonLion backend
The CrimsonLion (V2 backend) represents the next generation of our backend services. It is designed to offer more comprehensive health analysis and enhanced performance. Currently, it is in the beta stage. We encourage developers to try out the CrimsonLion backend and provide feedback to help us refine the service before its official release.
How It Works?
Vitals™ SDK takes care of the communications between the client and the Vitals™ Cloud Service for you. It accomplishes this by gathering necessary data, such as the signals extracted during the 30-second scan and the user information (e.g., age, gender, etc.) you provided to our SDK. On the other hand, Vitals™ SDK also parses responses from the cloud server and returns a Health
result object for the app to display or process. You do not need to handle communications with the Vitals™ Cloud Service yourself.
TIP
Please refer to the Privacy and Security page for more details on how we handle the data securely.