Papules Result Scheme
Acne Pro

How to filter this result in API response
Filter by field algorithm_family_tech_name
search for value acne.papules
How to check if the calculation was successful
Check for the field is_ok
"is_ok": true # no errors
Mask
The algorithm returns several vectorised masks of papules for an image aligned with the face.
For a batch mode, all masks for left and right side pictures are attached to the frontal image result.
For single image analysis - only frontal mask is available. For a batch - left, front and right masks are available.

Example JSON
{
"id": "587ffba7-5a9c-47b9-99b0-c29af302189e",
"result": {
"revision": "master-25cce909",
"image_type": "selfie",
"area_results": [
{
"area_name": "face",
"main_metric": {
"name": "Papules",
"units": null,
"value": 2,
"tech_name": "papules",
"widget_meta": {
"description": "papules",
"verbose_name": "papule",
"verbose_name_plural": "papules"
},
"widget_type": "numeric",
"widget_show": true
},
"sub_metrics": []
},
{
"area_name": "chin",
"main_metric": {
"name": "Papules",
"units": null,
"value": 0,
"tech_name": "papules",
"widget_meta": {
"description": "papules",
"verbose_name": "papule",
"verbose_name_plural": "papules"
},
"widget_type": "numeric",
"widget_show": true
},
"sub_metrics": []
},
{
"area_name": "nose",
"main_metric": {
"name": "Papules",
"units": null,
"value": 0,
"tech_name": "papules",
"widget_meta": {
"description": "papules",
"verbose_name": "papule",
"verbose_name_plural": "papules"
},
"widget_type": "numeric",
"widget_show": true
},
"sub_metrics": []
},
{
"area_name": "forehead",
"main_metric": {
"name": "Papules",
"units": null,
"value": 2,
"tech_name": "papules",
"widget_meta": {
"description": "papules",
"verbose_name": "papule",
"verbose_name_plural": "papules"
},
"widget_type": "numeric",
"widget_show": true
},
"sub_metrics": []
},
{
"area_name": "left_cheek",
"main_metric": {
"name": "Papules",
"units": null,
"value": 0,
"tech_name": "papules",
"widget_meta": {
"description": "papules",
"verbose_name": "papule",
"verbose_name_plural": "papules"
},
"widget_type": "numeric",
"widget_show": true
},
"sub_metrics": []
},
{
"area_name": "right_cheek",
"main_metric": {
"name": "Papules",
"units": null,
"value": 0,
"tech_name": "papules",
"widget_meta": {
"description": "papules",
"verbose_name": "papule",
"verbose_name_plural": "papules"
},
"widget_type": "numeric",
"widget_show": true
},
"sub_metrics": []
}
],
"algorithm_tech_name": "papules",
"masks_restored": [
{
"type": "FeatureCollection",
"mask_type": "polygon_mask",
"features": [
{
"type": "feature",
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
743,
616
],
[
738,
618
],
[
727,
627
],
[
726,
631
],
[
723,
634
],
[
723,
638
],
[
720,
641
],
[
723,
644
],
[
723,
648
],
[
727,
652
],
[
728,
656
],
[
740,
664
],
[
748,
664
],
[
768,
646
],
[
767,
632
],
[
763,
629
],
[
763,
627
],
[
759,
622
],
[
754,
618
],
[
748,
616
]
]
],
[
[
[
1249,
417
],
[
1243,
422
],
[
1237,
423
],
[
1235,
429
],
[
1225,
438
],
[
1224,
442
],
[
1221,
445
],
[
1221,
449
],
[
1228,
459
],
[
1235,
461
],
[
1239,
466
],
[
1243,
467
],
[
1246,
470
],
[
1249,
470
],
[
1252,
467
],
[
1260,
465
],
[
1265,
461
],
[
1272,
454
],
[
1272,
450
],
[
1275,
447
],
[
1272,
444
],
[
1272,
442
],
[
1261,
432
],
[
1261,
430
],
[
1250,
420
]
]
]
]
},
"properties": {
"intensity": 1
}
}
],
"view_box": "0 0 2416 2416",
"name": "Papules Mask",
"tech_name": "papules_mask_restored",
"fill": "#9400D3",
"side": "front"
}
],
"masks_original": []
},
"is_ok": true,
"image_id": "245a25a8-a5a6-44ed-980c-b4341281389e",
"algorithm_version_id": 95,
"creation_time": "2025-02-26 10:50:40",
"application_id": "7497f948-3de0-48be-be0f-a53ccfbec7fd",
"application_name": "Acne",
"application_description": "Use this app to precisely analyse acne conditions. This algorithm was developed under the supervision of a skin physiology specialist and can distinguish between 4 different acne manifestations, such as (1) papules, (2) pustules, (3) acne inflammation and (4) post-acne hyperpigmentation. This new algorithm will help to assess the severity of acne in a more detailed way and evaluate the dynamics of change of this skin condition.",
"application_run_id": "4833ea3f-55d6-4e9d-bcc1-ea14fa14fcee",
"image_type": "selfie",
"algorithm_family_tech_name": "acne.papules"
}
Last updated
Was this helpful?