Iframe
Compatible with
This document provides a step-by-step guide to integrate via iframe into various software environments, including native iOS applications, progressive web apps (PWA) and Wordpress sites, among others.
The iframe interface this documentations refers to is not part of the medical device Legit.Health Plus. The medical device is comprised by the algorithms that can be accesed via HTTP API. This iframe is one of the ways in which organisations may develop an integration to interact with the device. For more information about the medical device, please visit the Instructions For Use.
What is iframe?
Iframe integration refers to embedding a pre-designed, minimal interface within a customer's application. This interface allows users to upload images and view outputs from Legit.Health medical devices.
As you may know, the iframe element is a universal HTML element. As such, the documentation for how to embed an iframe can be found in many places, such as the MDN: <iframe>
: The Inline Frame element. Indeed, the iframe integration consists on embedding a small HTML snippet into your application.
It is designed for simplicity and ease of implementation. It is a great option for customers who want to quickly integrate the device into their application without the need for complex development. Also, it is suitable for situations where there is no need to transfer identifying data about users, such as patient names or email addresses.
No login required
The iframe is embedded into your application, where users will already be authenticated. For that reason, the iframe does not ask for any kind of login credentials nor does it store any user data.
The limitation is that the iframe does not allow for the tracking of users across different sessions. This means that if a user uploads an image and then logs out, the system will not be able to link the image to the user who uploaded it.
Limitations
Because the iframe does not store information about the user, it is not possible to track the user across different sessions. This means that, once the iframe shows a report, the system will not be able to compare two reports taken at different moments in time.
How to use
To embed the iframe into your application, use the base URL https://iframe.legit.health and append the necessary parameters to meet your integration needs. To learn more, please visit the next section.