The Vitrify API is a REST interface for integrating fertility clinic operations with the platform. It exposes operational data such as appointments, leads, billing and reporting. Patient, embryo and donor medical records are not exposed.
The API is served under a versioned path. The host is issued to you at launch, and every request goes through the version prefix:
https://<host-issued-at-launch>/v1/
The v1 prefix is fixed for the first stable version. See Versioning for how later versions ship.
Requests are authenticated with an API key and are rate limited. See Authentication and Rate Limits. The concrete endpoint reference is published when the API ships.