Cryos API documentation - Online Tools

The Cryos platform offers various tools and resources to help you test our APIs before integrating them into your system.

You can follow our step-by-step guide, found in the left menu under this section, to learn how to interact with the APIs directly through the API platform.

Essentially, the API platform is an enhanced version of Swagger. All of our APIs are supported by Open API and set up with Swagger. Azure API Management provides a more modern and user-friendly interface for showcasing and testing APIs. Using Azure API Management allows us to incorporate Azure's features, create advanced functions, apply policy expressions, and improve API monitoring.

While you're not required to use the API platform for testing or data requests—you can use Postman or your own system—our platform simplifies testing since everything is pre-configured, eliminating the need to set up Postman. If you are interested to use Postman, simply download the definition file, which you can find on each API detail overview in the dropdown menu.

Cryos' reference documentation is an online resource with detailed API information. This documentation is regularly updated as we add new features. We've also included a "breaking changes" section to inform you of upcoming changes to the APIs or the addition of new endpoints that may affect your integration.

The platform's "try" feature allows you to test the APIs you have access to. It also provides integration guides for various programming languages, so you test from your code editor.

The online test tool is an interactive platform where you can put in values in the parameters and test the request before actually implementing it in your EMR system