| METHOD | PARAMETERS | DESCRIPTION |
| /file | Patient id | Returns the data (personal and medical) of the patient specified as a parameter. |
| METHOD | PARAMETERS | DESCRIPTION |
| /doctor | Doctor id | Returns the data of the physician specified as parameter. |
| METHOD | PARAMETERS | DESCRIPTION |
| /statistics | Patient id | Using the patient’s identifier included as a parameter, it retrieves the previously trained models from the database and returns a prediction of the probability of suffering a certain disease for each of them. |
| METHOD | PARAMETERS | DESCRIPTION |
| /analytical_values | Analytic id | Returns the values of a specific laboratory analysis based on its identifier |
| METHOD | PARAMETERS | DESCRIPTION |
| /analytics | Patient id | Given the id of a patient, this method returns the laboratory tests stored in the database ordered by most recent date. |
| METHOD | PARAMETERS | DESCRIPTION |
| /patients | Doctor Id. Filter [Optional] | If the filter parameter is not specified, the method returns all patients associated with the doctor whose identifier matches the one specified as a parameter. If the filter parameter is specified, a search is made for patients in the database |
| METHOD | PARAMETERS | DESCRIPTION |
| /login | Nickname, Password | This method is used to authenticate a user, using their username and password |