Skip to main content

ALEGI

info
All the items of this scoring system can be extracted automatically from the image. Thanks to this, you don't need to provide the questionnaireResponse.

Request ALEGI score

Relevant keys in the body of the request
{
"data": {
"type": "image",
"content": "base64 image",
"knownConditionForThisImage": {
"conclusion": "Acne"
},
"scoringSystems": ["ALEGI"]
}
}
Check out the documentation
It is important that you check out the section Output of this documentation to understand how you should build the request and what will the response look like. Keep in mind that this is a snippet of a larger JSON file.

Questionnaire for the scoring system

For this scoring system, you don't need a questionnaire.

Response

Relevant keys in the body of the response
"evolution": {
"domains": {
"ALEGI": {
"explainabilityMedia": {
"content": "base 64 image",
"detections": [
{
"confidence": 98,
"label": "Acne lesion",
"p1": {
"x": 202,
"y": 101
},
"p2": {
"x": 252,
"y": 154
}
},
{
"confidence": 92,
"label": "Acne lesion",
"p1": {
"x": 130,
"y": 194
},
"p2": {
"x": 179,
"y": 245
}
}
]
},
"facets": {
"lesionDensity": {
"intensity": 0,
"value": 0
},
"lesionNumber": {
"intensity": 0,
"value": 0
}
},
"grade": {
"category": "Grade 1",
"score": 0
}
}
}
}
Check out the documentation
It is important that you check out the section Output of this documentation to understand how you should build the request and what will the response look like. Keep in mind that this is a snippet of a larger JSON file.