NSIL
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 NSIL score
Relevant keys in the body of the request
{
"data": {
"type": "image",
"content": "base64 image",
"knownConditionForThisImage": {
"conclusion": "Non-specific lesion"
},
"scoringSystems": ["NSIL"]
}
}
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": {
"NSIL": {
"explainabilityMedia": {
"content": "base 64 image",
"detections": [
{
"confidence": 98,
"label": "Inflammatory lesion",
"p1": {
"x": 202,
"y": 101
},
"p2": {
"x": 254,
"y": 154
}
},
{
"confidence": 92,
"label": "Inflammatory lesion",
"p1": {
"x": 130,
"y": 194
},
"p2": {
"x": 179,
"y": 245
}
}
]
},
"facets": {
"inflammatoryLesionNumber": {
"intensity": 56,
"value": 4
},
"erythema": {
"intensity": 100,
"value": 4
},
"dryness": {
"intensity": 50,
"value": 2
}
},
"grade": {
"category": "Mild",
"score": 3
}
}
}
}
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.