Api
The Jori API enables pharma, biotech, researchers, and governments to run population-level queries on data.
Executes user-written python code in Jori's FHIR data warehouse
POST
https://api.jori.health/v1/code
The user writes a custom script to be ran over a
Request Body
Name
Type
Description
code*
String
Python code to be executed in Jori
{
"error": null,
"execution_time": 32.84267520904541,
"logs": "",
"output": "[OUTPUT]",
"successful": true
}
Last updated