Prevent
The Prevent API returns patient-specific recommendations for healthy behavior changeHow it works
API specifications
# Example API Call using the Python requests package
requests.post(
url=f"{<API_URL>}/{<SYSTEM_ID>}",
headers={'x-api-key': <API_KEY>},
data=json.dumps(
{
"patient_system_id": <system_id>,
"patient_biomarkers": sample_biomarker_data,
"patient_history": sample_questionnaire_data,
"patient_demographics": sample_demographic_data
}
)
)Data security
Last updated
Was this helpful?
