Download OpenAPI specification:Download
The analysis service is in charge of running ML models and algorithms to extract insights from patient images.
Trigger the execution of an algorithm with some inputs.
Send the algorithm you want to run, as well as its inputs.
modelId required | string |
parameters | object |
Array of objects (ImagingTest) |
{- "modelId": "31bd5132-c683-4e66-ac7c-62c8f2dd5bc6",
- "parameters": { },
- "imagingTests": [
- {
- "id": "024cedd9-06bd-40c1-a6f6-ed1f7078da01"
}
]
}
{- "id": "39b30df5-2b40-4396-8452-9b456aaadd48",
- "modelId": "31bd5132-c683-4e66-ac7c-62c8f2dd5bc6",
- "status": "done",
- "parameters": { },
- "results": { },
- "imagingTests": [
- {
- "id": "024cedd9-06bd-40c1-a6f6-ed1f7078da01"
}
]
}
Retrieves the result or progress of an AI analysis.
id required | string id of the Analysis |
{- "id": "39b30df5-2b40-4396-8452-9b456aaadd48",
- "modelId": "31bd5132-c683-4e66-ac7c-62c8f2dd5bc6",
- "status": "done",
- "parameters": { },
- "results": { },
- "imagingTests": [
- {
- "id": "024cedd9-06bd-40c1-a6f6-ed1f7078da01"
}
]
}