🟢API for Webhooks

This page describe how to manage Webhooks via API>

Webhooks are automated notifications sent from one platform to another when a specific event occurs.

You can also read about webhooks here.

What can you do?

  • Create/update a webhook destination for a dataset


Create/update a webhook destination for a dataset

It’s highly recommended to set up a webhook as soon as possible. Webhooks provide a more convenient and robust way to receive results for each skin analysis, using a push model for instant updates. This method is more efficient and requires fewer resources for both the client and server.

• Webhooks are currently tied to datasets.

• Each dataset can have only one webhook destination (this may be updated in the future).

By configuring a webhook, you can automatically receive results without needing to constantly request updates.

Face Skin Metrics 2.0 webhook payload example
{
    "application_id": "0ab53382-a1df-4733-94da-308b3d2e6db1",
    "application_name": "Face Skin Metrics 2.0",
    "application_run_id": "a966897b-3999-44fd-b9e5-73eae50bf421",
    "area_results": [
        {
            "area_name": "face",
            "name": "Skin tone",
            "sub_metrics": [],
            "tech_name": "skintone_class",
            "value": "Light",
            "widget_meta": null,
            "widget_type": "category"
        },
        {
            "area_name": "face",
            "name": "Eye Age",
            "sub_metrics": [],
            "tech_name": "eye_age",
            "value": 38,
            "widget_meta": null,
            "widget_type": "numeric"
        },
        {
            "area_name": "left_eye_area",
            "name": "Left Eye Age",
            "sub_metrics": [],
            "tech_name": "left_eye_age",
            "value": 39,
            "widget_meta": null,
            "widget_type": "numeric"
        },
        {
            "area_name": "right_eye_area",
            "name": "Right Eye Age",
            "sub_metrics": [],
            "tech_name": "right_eye_age",
            "value": 37,
            "widget_meta": null,
            "widget_type": "numeric"
        },
        {
            "area_name": "face",
            "name": "Perceived Age",
            "sub_metrics": [],
            "tech_name": "perceived_age",
            "value": 36,
            "widget_meta": null,
            "widget_type": "numeric"
        },
        {
            "area_name": "face",
            "name": "Skin type",
            "sub_metrics": [
                {
                    "name": "U-zone skin type",
                    "tech_name": "u_zone_skin_type_class",
                    "value": "Oily",
                    "widget_meta": null,
                    "widget_type": "category"
                },
                {
                    "name": "T-zone skin type",
                    "tech_name": "t_zone_skin_type_class",
                    "value": "Oily",
                    "widget_meta": null,
                    "widget_type": "category"
                }
            ],
            "tech_name": "face_skin_type_class",
            "value": "Oily",
            "widget_meta": null,
            "widget_type": "category"
        },
        {
            "area_name": "face",
            "name": "Pores Score",
            "sub_metrics": [
                {
                    "name": "Pores Number",
                    "tech_name": "pores_number",
                    "value": 1246,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "Pores Density",
                    "tech_name": "pores_density",
                    "value": 2,
                    "widget_meta": null,
                    "widget_type": "density"
                }
            ],
            "tech_name": "Pores_score",
            "value": 33,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "nose",
            "name": "Pores Score",
            "sub_metrics": [],
            "tech_name": "Pores_score",
            "value": 62,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "forehead",
            "name": "Pores Score",
            "sub_metrics": [],
            "tech_name": "Pores_score",
            "value": 25,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "right_cheek",
            "name": "Pores Score",
            "sub_metrics": [],
            "tech_name": "Pores_score",
            "value": 16,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "left_cheek",
            "name": "Pores Score",
            "sub_metrics": [],
            "tech_name": "Pores_score",
            "value": 35,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "face",
            "name": "Image Quality Score",
            "sub_metrics": [
                {
                    "name": "full_face_score",
                    "tech_name": "full_face_score",
                    "value": 100,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "rotation_score",
                    "tech_name": "rotation_score",
                    "value": 97,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "angles_yaw_angle_degree",
                    "tech_name": "angles_yaw_angle_degree",
                    "value": 2,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "angles_pitch_angle_degree",
                    "tech_name": "angles_pitch_angle_degree",
                    "value": -4,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "occlusion_score",
                    "tech_name": "occlusion_score",
                    "value": 100,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "overlap_forehead_skin_mesh_areas_iou",
                    "tech_name": "overlap_forehead_skin_mesh_areas_iou",
                    "value": 95,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "overlap_right_cheek_skin_mesh_areas_iou",
                    "tech_name": "overlap_right_cheek_skin_mesh_areas_iou",
                    "value": 100,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "overlap_left_cheek_skin_mesh_areas_iou",
                    "tech_name": "overlap_left_cheek_skin_mesh_areas_iou",
                    "value": 98,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "overlap_right_eye_inner_skin_mesh_areas_iou",
                    "tech_name": "overlap_right_eye_inner_skin_mesh_areas_iou",
                    "value": 100,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "overlap_left_eye_inner_skin_mesh_areas_iou",
                    "tech_name": "overlap_left_eye_inner_skin_mesh_areas_iou",
                    "value": 100,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "resolution_score",
                    "tech_name": "resolution_score",
                    "value": 100,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "eye_width_px",
                    "tech_name": "eye_width_px",
                    "value": 294,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "eye_height_px",
                    "tech_name": "eye_height_px",
                    "value": 99,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "right_eye_openness",
                    "tech_name": "right_eye_openness",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "left_eye_openness",
                    "tech_name": "left_eye_openness",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "nose_height_px",
                    "tech_name": "nose_height_px",
                    "value": 265,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "focus_score",
                    "tech_name": "focus_score",
                    "value": 78,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "raw_sharpness",
                    "tech_name": "raw_sharpness",
                    "value": 513,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "lightness_score",
                    "tech_name": "lightness_score",
                    "value": 92,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "light_direction_score",
                    "tech_name": "light_direction_score",
                    "value": 99,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "light_source_azimuth",
                    "tech_name": "light_source_azimuth",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "intensity",
                    "tech_name": "intensity",
                    "value": 97,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "colortone_score",
                    "tech_name": "colortone_score",
                    "value": 100,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "right_eye_inner_whites_a_channel",
                    "tech_name": "right_eye_inner_whites_a_channel",
                    "value": -1,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "right_eye_inner_whites_b_channel",
                    "tech_name": "right_eye_inner_whites_b_channel",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "left_eye_inner_whites_a_channel",
                    "tech_name": "left_eye_inner_whites_a_channel",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "left_eye_inner_whites_b_channel",
                    "tech_name": "left_eye_inner_whites_b_channel",
                    "value": 1,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "shadows_score",
                    "tech_name": "shadows_score",
                    "value": 99,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "shadows",
                    "tech_name": "shadows",
                    "value": 7,
                    "widget_meta": null,
                    "widget_type": "numeric"
                }
            ],
            "tech_name": "image_quality_score",
            "value": 92,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "face",
            "name": "Eye Area Condition",
            "sub_metrics": [
                {
                    "name": "Dark Circle Score",
                    "tech_name": "dark_circles_score",
                    "value": 68,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Eye Bags Score",
                    "tech_name": "eye_bags_score",
                    "value": 100,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Lacrimal Grooves Score",
                    "tech_name": "lacrimal_grooves_score",
                    "value": 100,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Dark Circle Grade",
                    "tech_name": "dark_circles_grade",
                    "value": 1,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Eye Bags Grade",
                    "tech_name": "eye_bags_grade",
                    "value": 1,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Lacrimal Grooves Grade",
                    "tech_name": "lacrimal_grooves_grade",
                    "value": 1,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Severity",
                    "tech_name": "severity",
                    "value": "present",
                    "widget_meta": null,
                    "widget_type": "category"
                }
            ],
            "tech_name": "eye_area_condition",
            "value": 0,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "left_eye_area",
            "name": "Eye Area Condition",
            "sub_metrics": [
                {
                    "name": "Dark Circle Score",
                    "tech_name": "dark_circles_score",
                    "value": 64,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Eye Bags Score",
                    "tech_name": "eye_bags_score",
                    "value": 100,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Lacrimal Grooves Score",
                    "tech_name": "lacrimal_grooves_score",
                    "value": 100,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Dark Circle Grade",
                    "tech_name": "dark_circles_grade",
                    "value": 2,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Eye Bags Grade",
                    "tech_name": "eye_bags_grade",
                    "value": 1,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Lacrimal Grooves Grade",
                    "tech_name": "lacrimal_grooves_grade",
                    "value": 1,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                }
            ],
            "tech_name": "eye_area_condition",
            "value": 0,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "right_eye_area",
            "name": "Eye Area Condition",
            "sub_metrics": [
                {
                    "name": "Dark Circle Score",
                    "tech_name": "dark_circles_score",
                    "value": 72,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Eye Bags Score",
                    "tech_name": "eye_bags_score",
                    "value": 100,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Lacrimal Grooves Score",
                    "tech_name": "lacrimal_grooves_score",
                    "value": 100,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Dark Circle Grade",
                    "tech_name": "dark_circles_grade",
                    "value": 1,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Eye Bags Grade",
                    "tech_name": "eye_bags_grade",
                    "value": 1,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Lacrimal Grooves Grade",
                    "tech_name": "lacrimal_grooves_grade",
                    "value": 1,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                }
            ],
            "tech_name": "eye_area_condition",
            "value": 0,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "face",
            "name": "Redness Score",
            "sub_metrics": [
                {
                    "name": "Redness Local Score",
                    "tech_name": "redness_local_score",
                    "value": 94,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Redness Global Score",
                    "tech_name": "redness_global_score",
                    "value": 74,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                }
            ],
            "tech_name": "redness_score",
            "value": 75,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "nose",
            "name": "Redness Score",
            "sub_metrics": [
                {
                    "name": "Redness Local Score",
                    "tech_name": "redness_local_score",
                    "value": 71,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Redness Global Score",
                    "tech_name": "redness_global_score",
                    "value": 71,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                }
            ],
            "tech_name": "redness_score",
            "value": 71,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "forehead",
            "name": "Redness Score",
            "sub_metrics": [
                {
                    "name": "Redness Local Score",
                    "tech_name": "redness_local_score",
                    "value": 100,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Redness Global Score",
                    "tech_name": "redness_global_score",
                    "value": 74,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                }
            ],
            "tech_name": "redness_score",
            "value": 77,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "right_cheek",
            "name": "Redness Score",
            "sub_metrics": [
                {
                    "name": "Redness Local Score",
                    "tech_name": "redness_local_score",
                    "value": 96,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Redness Global Score",
                    "tech_name": "redness_global_score",
                    "value": 74,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                }
            ],
            "tech_name": "redness_score",
            "value": 76,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "left_cheek",
            "name": "Redness Score",
            "sub_metrics": [
                {
                    "name": "Redness Local Score",
                    "tech_name": "redness_local_score",
                    "value": 99,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Redness Global Score",
                    "tech_name": "redness_global_score",
                    "value": 74,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                }
            ],
            "tech_name": "redness_score",
            "value": 76,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "chin",
            "name": "Redness Score",
            "sub_metrics": [
                {
                    "name": "Redness Local Score",
                    "tech_name": "redness_local_score",
                    "value": 94,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Redness Global Score",
                    "tech_name": "redness_global_score",
                    "value": 74,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                }
            ],
            "tech_name": "redness_score",
            "value": 76,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "face",
            "name": "Uniformness Score",
            "sub_metrics": [],
            "tech_name": "uniformness_score",
            "value": 36,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "forehead_n_bridge",
            "name": "Uniformness Score",
            "sub_metrics": [],
            "tech_name": "uniformness_score",
            "value": 40,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "right_cheek",
            "name": "Uniformness Score",
            "sub_metrics": [],
            "tech_name": "uniformness_score",
            "value": 40,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "left_cheek",
            "name": "Uniformness Score",
            "sub_metrics": [],
            "tech_name": "uniformness_score",
            "value": 29,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "face",
            "name": "Pigmentation Score",
            "sub_metrics": [
                {
                    "name": "Severity",
                    "tech_name": "severity",
                    "value": "moderate",
                    "widget_meta": null,
                    "widget_type": "category"
                }
            ],
            "tech_name": "pigmentation_score",
            "value": 69,
            "widget_meta": null,
            "widget_type": "numeric"
        },
        {
            "area_name": "left_cheek",
            "name": "Pigmentation Score",
            "sub_metrics": [],
            "tech_name": "pigmentation_score",
            "value": 69,
            "widget_meta": null,
            "widget_type": "numeric"
        },
        {
            "area_name": "forehead",
            "name": "Pigmentation Score",
            "sub_metrics": [],
            "tech_name": "pigmentation_score",
            "value": 69,
            "widget_meta": null,
            "widget_type": "numeric"
        },
        {
            "area_name": "nose",
            "name": "Pigmentation Score",
            "sub_metrics": [],
            "tech_name": "pigmentation_score",
            "value": 69,
            "widget_meta": null,
            "widget_type": "numeric"
        },
        {
            "area_name": "right_cheek",
            "name": "Pigmentation Score",
            "sub_metrics": [],
            "tech_name": "pigmentation_score",
            "value": 69,
            "widget_meta": null,
            "widget_type": "numeric"
        },
        {
            "area_name": "chin",
            "name": "Pigmentation Score",
            "sub_metrics": [],
            "tech_name": "pigmentation_score",
            "value": 64,
            "widget_meta": null,
            "widget_type": "numeric"
        },
        {
            "area_name": "face",
            "name": "Age spots score",
            "sub_metrics": [
                {
                    "name": "Age spots grade",
                    "tech_name": "age_spots_grade",
                    "value": 5,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "Age spots density",
                    "tech_name": "age_spots_density",
                    "value": 9,
                    "widget_meta": null,
                    "widget_type": "density"
                }
            ],
            "tech_name": "age_spots_score",
            "value": 68,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "left_cheek",
            "name": "Age spots density",
            "sub_metrics": [],
            "tech_name": "age_spots_density",
            "value": 32,
            "widget_meta": null,
            "widget_type": "density"
        },
        {
            "area_name": "right_cheek",
            "name": "Age spots density",
            "sub_metrics": [],
            "tech_name": "age_spots_density",
            "value": 12,
            "widget_meta": null,
            "widget_type": "density"
        },
        {
            "area_name": "forehead",
            "name": "Age spots density",
            "sub_metrics": [],
            "tech_name": "age_spots_density",
            "value": 6,
            "widget_meta": null,
            "widget_type": "density"
        },
        {
            "area_name": "face",
            "name": "Lines Score",
            "sub_metrics": [
                {
                    "name": "Sagging Score",
                    "tech_name": "sagging_score",
                    "value": 57,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Jowls Grade",
                    "tech_name": "jowls_grade",
                    "value": 1,
                    "widget_meta": null,
                    "widget_type": "numeric"
                }
            ],
            "tech_name": "lines_score",
            "value": 45,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "forehead",
            "name": "Lines Score",
            "sub_metrics": [],
            "tech_name": "lines_score",
            "value": 19,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "right_eye_corner",
            "name": "Lines Score",
            "sub_metrics": [],
            "tech_name": "lines_score",
            "value": 50,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "left_eye_corner",
            "name": "Lines Score",
            "sub_metrics": [],
            "tech_name": "lines_score",
            "value": 34,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "right_eye_area",
            "name": "Lines Score",
            "sub_metrics": [],
            "tech_name": "lines_score",
            "value": 50,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "left_eye_area",
            "name": "Lines Score",
            "sub_metrics": [],
            "tech_name": "lines_score",
            "value": 34,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "right_cheek",
            "name": "Lines Score",
            "sub_metrics": [],
            "tech_name": "lines_score",
            "value": 89,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "left_cheek",
            "name": "Lines Score",
            "sub_metrics": [],
            "tech_name": "lines_score",
            "value": 89,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "face",
            "name": "Acne score",
            "sub_metrics": [
                {
                    "name": "Number of acne regions",
                    "tech_name": "number_of_regions",
                    "value": 3,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "Acne regions density score",
                    "tech_name": "density_score",
                    "value": 2,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average intensity of acne regions",
                    "tech_name": "average_intensity_score",
                    "value": 63,
                    "widget_meta": null,
                    "widget_type": "density"
                }
            ],
            "tech_name": "acne_score",
            "value": 87,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "nose",
            "name": "Acne score",
            "sub_metrics": [
                {
                    "name": "Number of acne regions",
                    "tech_name": "number_of_regions",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "Acne regions density score",
                    "tech_name": "density_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average intensity of acne regions",
                    "tech_name": "average_intensity_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                }
            ],
            "tech_name": "acne_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "left_cheek",
            "name": "Acne score",
            "sub_metrics": [
                {
                    "name": "Number of acne regions",
                    "tech_name": "number_of_regions",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "Acne regions density score",
                    "tech_name": "density_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average intensity of acne regions",
                    "tech_name": "average_intensity_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                }
            ],
            "tech_name": "acne_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "right_cheek",
            "name": "Acne score",
            "sub_metrics": [
                {
                    "name": "Number of acne regions",
                    "tech_name": "number_of_regions",
                    "value": 1,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "Acne regions density score",
                    "tech_name": "density_score",
                    "value": 7,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average intensity of acne regions",
                    "tech_name": "average_intensity_score",
                    "value": 100,
                    "widget_meta": null,
                    "widget_type": "density"
                }
            ],
            "tech_name": "acne_score",
            "value": 73,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "forehead",
            "name": "Acne score",
            "sub_metrics": [
                {
                    "name": "Number of acne regions",
                    "tech_name": "number_of_regions",
                    "value": 1,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "Acne regions density score",
                    "tech_name": "density_score",
                    "value": 1,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average intensity of acne regions",
                    "tech_name": "average_intensity_score",
                    "value": 100,
                    "widget_meta": null,
                    "widget_type": "density"
                }
            ],
            "tech_name": "acne_score",
            "value": 86,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "chin",
            "name": "Acne score",
            "sub_metrics": [
                {
                    "name": "Number of acne regions",
                    "tech_name": "number_of_regions",
                    "value": 1,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "Acne regions density score",
                    "tech_name": "density_score",
                    "value": 1,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average intensity of acne regions",
                    "tech_name": "average_intensity_score",
                    "value": 88,
                    "widget_meta": null,
                    "widget_type": "density"
                }
            ],
            "tech_name": "acne_score",
            "value": 87,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "face",
            "name": "ITA score",
            "sub_metrics": [
                {
                    "name": "SkinTone L channel",
                    "tech_name": "skintone_l_channel",
                    "value": 76,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "SkinTone a channel",
                    "tech_name": "skintone_a_channel",
                    "value": 10,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "SkinTone b channel",
                    "tech_name": "skintone_b_channel",
                    "value": 19,
                    "widget_meta": null,
                    "widget_type": "numeric"
                }
            ],
            "tech_name": "ita_score",
            "value": 53,
            "widget_meta": null,
            "widget_type": "ITA"
        },
        {
            "area_name": "forehead",
            "name": "ITA score",
            "sub_metrics": [
                {
                    "name": "SkinTone L channel",
                    "tech_name": "skintone_l_channel",
                    "value": 78,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "SkinTone a channel",
                    "tech_name": "skintone_a_channel",
                    "value": 10,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "SkinTone b channel",
                    "tech_name": "skintone_b_channel",
                    "value": 19,
                    "widget_meta": null,
                    "widget_type": "numeric"
                }
            ],
            "tech_name": "ita_score",
            "value": 56,
            "widget_meta": null,
            "widget_type": "ITA"
        },
        {
            "area_name": "right_cheek",
            "name": "ITA score",
            "sub_metrics": [
                {
                    "name": "SkinTone L channel",
                    "tech_name": "skintone_l_channel",
                    "value": 75,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "SkinTone a channel",
                    "tech_name": "skintone_a_channel",
                    "value": 10,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "SkinTone b channel",
                    "tech_name": "skintone_b_channel",
                    "value": 19,
                    "widget_meta": null,
                    "widget_type": "numeric"
                }
            ],
            "tech_name": "ita_score",
            "value": 51,
            "widget_meta": null,
            "widget_type": "ITA"
        },
        {
            "area_name": "left_cheek",
            "name": "ITA score",
            "sub_metrics": [
                {
                    "name": "SkinTone L channel",
                    "tech_name": "skintone_l_channel",
                    "value": 75,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "SkinTone a channel",
                    "tech_name": "skintone_a_channel",
                    "value": 10,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "SkinTone b channel",
                    "tech_name": "skintone_b_channel",
                    "value": 19,
                    "widget_meta": null,
                    "widget_type": "numeric"
                }
            ],
            "tech_name": "ita_score",
            "value": 52,
            "widget_meta": null,
            "widget_type": "ITA"
        },
        {
            "area_name": "face",
            "name": "Hydration Score",
            "sub_metrics": [
                {
                    "name": "Hydration Level",
                    "tech_name": "hydration_level",
                    "value": "Normal Hydration",
                    "widget_meta": null,
                    "widget_type": "category"
                }
            ],
            "tech_name": "hydration_score",
            "value": 78,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "face",
            "name": "Translucency score",
            "sub_metrics": [],
            "tech_name": "translucency_score",
            "value": 60,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "forehead",
            "name": "Translucency score",
            "sub_metrics": [],
            "tech_name": "translucency_score",
            "value": 46,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "right_cheek",
            "name": "Translucency score",
            "sub_metrics": [],
            "tech_name": "translucency_score",
            "value": 70,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "left_cheek",
            "name": "Translucency score",
            "sub_metrics": [],
            "tech_name": "translucency_score",
            "value": 65,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        }
    ],
    "batch_id": "d57a6cc9-3628-433d-a1d8-5183e81c1c76",
    "company_id": "42872ecf-1734-473d-8883-9d731cbe1a2a",
    "dataset_id": "80f3ff87-231e-4ed7-920e-71cb9ceba49f",
    "event": "photo_calculated_by_app",
    "idempotency_id": "a39ca5f0-9e11-4c54-84bc-840beee0f768",
    "image_id": "ef56960f-e690-4279-8d7b-3a3842cafcb2",
    "image_meta": {
        "image_source": "native"
    },
    "re_result": null,
    "subject_id": "eecbfb20-3336-4f11-bab2-cac6d1f5f850",
    "subject_meta": {},
    "subject_name": "ivt9fwH3aTCUYXxPVPsqtk",
    "survey_answers": [
        {
            "answer_id": "25fd7fc4-4a2a-46ee-b031-d75242cc516f",
            "answer_values": [
                "1"
            ],
            "question_id": "8f9eb8dd-0c0a-4776-a3cc-291704645370",
            "question_text": "1"
        },
        {
            "answer_id": "6bc782e5-696c-4bec-a768-edf91a1430d4",
            "answer_values": [
                "02"
            ],
            "question_id": "a0fded87-389a-40fc-a6c2-9d79ffcb014c",
            "question_text": "2"
        },
        {
            "answer_id": "58bd4c3d-2808-4834-8de2-1c14969227d8",
            "answer_values": [
                "2",
                "3",
                "1"
            ],
            "question_id": "8bb18cd8-b933-4181-aca1-14c2baf3a14b",
            "question_text": "3"
        }
    ]
}
Recommendation Engine webhook payload example
{
    "application_id": "fc9cb756-7bc6-492b-a058-548ed7053e2b",
    "application_name": "Recommendation Engine",
    "application_run_id": "a1066a62-f147-4a66-a095-ad08f2f39bbf",
    "area_results": [],
    "batch_id": "d57a6cc9-3628-433d-a1d8-5183e81c1c76",
    "company_id": "42872ecf-1734-473d-8883-9d731cbe1a2a",
    "dataset_id": "80f3ff87-231e-4ed7-920e-71cb9ceba49f",
    "event": "photo_calculated_by_app",
    "idempotency_id": "5f8a3745-516f-46e0-b69c-26275abf8ff3",
    "image_id": "ef56960f-e690-4279-8d7b-3a3842cafcb2",
    "image_meta": {
        "image_source": "native"
    },
    "re_result": {
        "care_group": {
            "basic_care": "Oily",
            "eye_care": "Dark circles",
            "special_concerns": [
                "Acne"
            ]
        },
        "products": {
            "cleanser": [
                "4_2"
            ],
            "day_cream": [],
            "exfoliation": [],
            "eye_care": [
                "12_12"
            ],
            "lotion": [
                "4_6"
            ],
            "make_up_remover": [
                "4_1"
            ],
            "night_cream": [
                "4_4"
            ],
            "serum": [
                "16_5"
            ],
            "spf": [
                "4_7"
            ]
        },
        "revision": "dev-298bb3b5"
    },
    "subject_id": "eecbfb20-3336-4f11-bab2-cac6d1f5f850",
    "subject_meta": {},
    "subject_name": "ivt9fwH3aTCUYXxPVPsqtk",
    "survey_answers": [
        {
            "answer_id": "25fd7fc4-4a2a-46ee-b031-d75242cc516f",
            "answer_values": [
                "1"
            ],
            "question_id": "8f9eb8dd-0c0a-4776-a3cc-291704645370",
            "question_text": "1"
        },
        {
            "answer_id": "6bc782e5-696c-4bec-a768-edf91a1430d4",
            "answer_values": [
                "02"
            ],
            "question_id": "a0fded87-389a-40fc-a6c2-9d79ffcb014c",
            "question_text": "2"
        },
        {
            "answer_id": "58bd4c3d-2808-4834-8de2-1c14969227d8",
            "answer_values": [
                "2",
                "3",
                "1"
            ],
            "question_id": "8bb18cd8-b933-4181-aca1-14c2baf3a14b",
            "question_text": "3"
        }
    ]
}

Update webhook

If you need to update some values for webhook destination, you can just create it again (use POST method).

Authorization value

Basic authorization Webhook Request Format

When our system sends a webhook request to your specified endpoint, it will be formatted like this:

curl -X POST {url} \
   -H "{Authorization key}: Basic {Authorization value}"

In your case, the Authorization header will contain a base64-encoded string of your credentials (in the format username:password), used for authenticating the webhook request.

Example:

If your username is username and your password is password, the encoded string will look like this:

curl -X POST {url} \
   -H "Authorization: Basic dXNlcm5hbWU6cGFzc3N3b3Jk"

Here, the value dXNlcm5hbWU6cGFzc3N3b3Jk is the base64-encoded version of username:password.

Explicit Authorization Value Support

Alternatively, if you prefer not to use base64 encoding, you can provide the entire Authorization value explicitly. We support both methods for flexibility in how you authenticate webhook requests from our side.

Webhook Request Format with Bearer Authorization

Our system can also send webhook requests using Bearer Token authorization. In this case, the request will be formatted like this:

curl -X POST {url} \
   -H "Authorization: Bearer {token}"

Where {token} is the token you provide to authenticate the webhook request.

Example:

If your token is your_bearer_token, the request would look like this:

curl -X POST {url} \
   -H "Authorization: Bearer your_bearer_token"

This method uses the Bearer scheme, which is widely used for token-based authorization, allowing secure and straightforward authentication without needing to send username and password information.

Explicit Authorization Value Support

Similar to basic authentication, we also support setting the Bearer token explicitly in the Authorization header, giving you full control over the security and flexibility of your webhook authentication method.

Receiving webhook with survey answers from Skin Consultant app

If you want to receive answers for your survey from B2C Consultant app (assuming your dataset was created for Skin Consultant app and your Skin Consultant app has survey questions), you can use the webhook setting add_survey_answers if set to true you will start receiving survey answers from your customers in the body of webhook payload.

Example survey answers
{
  "survey_answers": [
    {
      "answer_id": "ea3728f2-5ae9-45cf-bc08-98f229f06147",
      "answer_values": [
        "User"
      ],
      "question_id": "9f5473fb-3330-4e70-b9b1-e832bdb983e2",
      "question_text": "Who are you?"
    }
  ]
}

Receving webhook when all applications were calculated

If you don't want to receive webhooks with results on per-application basis, you can set the webhook setting merge_webhooks: true on webhook creation or set it when you update webhook.

If this setting is enabled, you will receive a little different payload and only when all the algorithms applications were calculateed for the image.

The datastructure is very similar to per-app webhooks, but here you won't have any application info and the event will be photo_calculated_by_all_apps.

Also in the area_results field you will receive area results from all algorithms within all algorithms applications connected to image's dataset.

Merged webhook example
{
    "area_results": [
        {
            "area_name": "face",
            "name": "Skin tone",
            "sub_metrics": [],
            "tech_name": "skintone_class",
            "value": "Intermediate",
            "widget_meta": null,
            "widget_type": "category"
        },
        {
            "area_name": "face",
            "name": "Perceived Age",
            "sub_metrics": [],
            "tech_name": "perceived_age",
            "value": 20,
            "widget_meta": null,
            "widget_type": "numeric"
        },
        {
            "area_name": "face",
            "name": "Eye Age",
            "sub_metrics": [],
            "tech_name": "eye_age",
            "value": 28,
            "widget_meta": null,
            "widget_type": "numeric"
        },
        {
            "area_name": "left_eye_area",
            "name": "Left Eye Age",
            "sub_metrics": [],
            "tech_name": "left_eye_age",
            "value": 27,
            "widget_meta": null,
            "widget_type": "numeric"
        },
        {
            "area_name": "right_eye_area",
            "name": "Right Eye Age",
            "sub_metrics": [],
            "tech_name": "right_eye_age",
            "value": 29,
            "widget_meta": null,
            "widget_type": "numeric"
        },
        {
            "area_name": "face",
            "name": "Image Quality Score",
            "sub_metrics": [
                {
                    "name": "full_face_score",
                    "tech_name": "full_face_score",
                    "value": 100,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "rotation_score",
                    "tech_name": "rotation_score",
                    "value": 94,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "angles_yaw_angle_degree",
                    "tech_name": "angles_yaw_angle_degree",
                    "value": 2,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "angles_pitch_angle_degree",
                    "tech_name": "angles_pitch_angle_degree",
                    "value": -6,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "occlusion_score",
                    "tech_name": "occlusion_score",
                    "value": 88,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "overlap_forehead_skin_mesh_areas_iou",
                    "tech_name": "overlap_forehead_skin_mesh_areas_iou",
                    "value": 76,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "overlap_right_cheek_skin_mesh_areas_iou",
                    "tech_name": "overlap_right_cheek_skin_mesh_areas_iou",
                    "value": 89,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "overlap_left_cheek_skin_mesh_areas_iou",
                    "tech_name": "overlap_left_cheek_skin_mesh_areas_iou",
                    "value": 92,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "overlap_right_eye_inner_skin_mesh_areas_iou",
                    "tech_name": "overlap_right_eye_inner_skin_mesh_areas_iou",
                    "value": 100,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "overlap_left_eye_inner_skin_mesh_areas_iou",
                    "tech_name": "overlap_left_eye_inner_skin_mesh_areas_iou",
                    "value": 100,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "resolution_score",
                    "tech_name": "resolution_score",
                    "value": 23,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "eye_width_px",
                    "tech_name": "eye_width_px",
                    "value": 76,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "eye_height_px",
                    "tech_name": "eye_height_px",
                    "value": 25,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "right_eye_openness",
                    "tech_name": "right_eye_openness",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "left_eye_openness",
                    "tech_name": "left_eye_openness",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "nose_height_px",
                    "tech_name": "nose_height_px",
                    "value": 67,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "focus_score",
                    "tech_name": "focus_score",
                    "value": 82,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "raw_sharpness",
                    "tech_name": "raw_sharpness",
                    "value": 520,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "lightness_score",
                    "tech_name": "lightness_score",
                    "value": 82,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "light_direction_score",
                    "tech_name": "light_direction_score",
                    "value": 99,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "light_source_azimuth",
                    "tech_name": "light_source_azimuth",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "intensity",
                    "tech_name": "intensity",
                    "value": 111,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "colortone_score",
                    "tech_name": "colortone_score",
                    "value": 22,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "right_eye_inner_whites_a_channel",
                    "tech_name": "right_eye_inner_whites_a_channel",
                    "value": -3,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "right_eye_inner_whites_b_channel",
                    "tech_name": "right_eye_inner_whites_b_channel",
                    "value": -13,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "left_eye_inner_whites_a_channel",
                    "tech_name": "left_eye_inner_whites_a_channel",
                    "value": -3,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "left_eye_inner_whites_b_channel",
                    "tech_name": "left_eye_inner_whites_b_channel",
                    "value": -15,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "shadows_score",
                    "tech_name": "shadows_score",
                    "value": 99,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "shadows",
                    "tech_name": "shadows",
                    "value": 14,
                    "widget_meta": null,
                    "widget_type": "numeric"
                }
            ],
            "tech_name": "image_quality_score",
            "value": 67,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "face",
            "name": "Pores Score",
            "sub_metrics": [
                {
                    "name": "Pores Number",
                    "tech_name": "pores_number",
                    "value": 22,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "Pores Density",
                    "tech_name": "pores_density",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                }
            ],
            "tech_name": "Pores_score",
            "value": 99,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "nose",
            "name": "Pores Score",
            "sub_metrics": [],
            "tech_name": "Pores_score",
            "value": 95,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "forehead",
            "name": "Pores Score",
            "sub_metrics": [],
            "tech_name": "Pores_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "right_cheek",
            "name": "Pores Score",
            "sub_metrics": [],
            "tech_name": "Pores_score",
            "value": 99,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "left_cheek",
            "name": "Pores Score",
            "sub_metrics": [],
            "tech_name": "Pores_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "face",
            "name": "Skin type",
            "sub_metrics": [
                {
                    "name": "U-zone skin type",
                    "tech_name": "u_zone_skin_type_class",
                    "value": "Oily",
                    "widget_meta": null,
                    "widget_type": "category"
                },
                {
                    "name": "T-zone skin type",
                    "tech_name": "t_zone_skin_type_class",
                    "value": "Oily",
                    "widget_meta": null,
                    "widget_type": "category"
                }
            ],
            "tech_name": "face_skin_type_class",
            "value": "Oily",
            "widget_meta": null,
            "widget_type": "category"
        },
        {
            "area_name": "face",
            "name": "Hydration Score",
            "sub_metrics": [
                {
                    "name": "Hydration Level",
                    "tech_name": "hydration_level",
                    "value": "Normal Hydration",
                    "widget_meta": null,
                    "widget_type": "category"
                }
            ],
            "tech_name": "hydration_score",
            "value": 98,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "face",
            "name": "ITA score",
            "sub_metrics": [
                {
                    "name": "SkinTone L channel",
                    "tech_name": "skintone_l_channel",
                    "value": 74,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "SkinTone a channel",
                    "tech_name": "skintone_a_channel",
                    "value": 20,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "SkinTone b channel",
                    "tech_name": "skintone_b_channel",
                    "value": 15,
                    "widget_meta": null,
                    "widget_type": "numeric"
                }
            ],
            "tech_name": "ita_score",
            "value": 55,
            "widget_meta": null,
            "widget_type": "ITA"
        },
        {
            "area_name": "forehead",
            "name": "ITA score",
            "sub_metrics": [
                {
                    "name": "SkinTone L channel",
                    "tech_name": "skintone_l_channel",
                    "value": 77,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "SkinTone a channel",
                    "tech_name": "skintone_a_channel",
                    "value": 17,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "SkinTone b channel",
                    "tech_name": "skintone_b_channel",
                    "value": 15,
                    "widget_meta": null,
                    "widget_type": "numeric"
                }
            ],
            "tech_name": "ita_score",
            "value": 60,
            "widget_meta": null,
            "widget_type": "ITA"
        },
        {
            "area_name": "right_cheek",
            "name": "ITA score",
            "sub_metrics": [
                {
                    "name": "SkinTone L channel",
                    "tech_name": "skintone_l_channel",
                    "value": 71,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "SkinTone a channel",
                    "tech_name": "skintone_a_channel",
                    "value": 22,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "SkinTone b channel",
                    "tech_name": "skintone_b_channel",
                    "value": 16,
                    "widget_meta": null,
                    "widget_type": "numeric"
                }
            ],
            "tech_name": "ita_score",
            "value": 48,
            "widget_meta": null,
            "widget_type": "ITA"
        },
        {
            "area_name": "left_cheek",
            "name": "ITA score",
            "sub_metrics": [
                {
                    "name": "SkinTone L channel",
                    "tech_name": "skintone_l_channel",
                    "value": 75,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "SkinTone a channel",
                    "tech_name": "skintone_a_channel",
                    "value": 20,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "SkinTone b channel",
                    "tech_name": "skintone_b_channel",
                    "value": 15,
                    "widget_meta": null,
                    "widget_type": "numeric"
                }
            ],
            "tech_name": "ita_score",
            "value": 58,
            "widget_meta": null,
            "widget_type": "ITA"
        },
        {
            "area_name": "face",
            "name": "Eye Area Condition",
            "sub_metrics": [
                {
                    "name": "Dark Circle Score",
                    "tech_name": "dark_circles_score",
                    "value": 62,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Eye Bags Score",
                    "tech_name": "eye_bags_score",
                    "value": 100,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Lacrimal Grooves Score",
                    "tech_name": "lacrimal_grooves_score",
                    "value": 100,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Dark Circle Grade",
                    "tech_name": "dark_circles_grade",
                    "value": 2,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Eye Bags Grade",
                    "tech_name": "eye_bags_grade",
                    "value": 1,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Lacrimal Grooves Grade",
                    "tech_name": "lacrimal_grooves_grade",
                    "value": 1,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                }
            ],
            "tech_name": "eye_area_condition",
            "value": 87,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "left_eye_area",
            "name": "Eye Area Condition",
            "sub_metrics": [
                {
                    "name": "Dark Circle Score",
                    "tech_name": "dark_circles_score",
                    "value": 63,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Eye Bags Score",
                    "tech_name": "eye_bags_score",
                    "value": 100,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Lacrimal Grooves Score",
                    "tech_name": "lacrimal_grooves_score",
                    "value": 100,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Dark Circle Grade",
                    "tech_name": "dark_circles_grade",
                    "value": 2,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Eye Bags Grade",
                    "tech_name": "eye_bags_grade",
                    "value": 1,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Lacrimal Grooves Grade",
                    "tech_name": "lacrimal_grooves_grade",
                    "value": 1,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                }
            ],
            "tech_name": "eye_area_condition",
            "value": 88,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "right_eye_area",
            "name": "Eye Area Condition",
            "sub_metrics": [
                {
                    "name": "Dark Circle Score",
                    "tech_name": "dark_circles_score",
                    "value": 61,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Eye Bags Score",
                    "tech_name": "eye_bags_score",
                    "value": 100,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Lacrimal Grooves Score",
                    "tech_name": "lacrimal_grooves_score",
                    "value": 100,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Dark Circle Grade",
                    "tech_name": "dark_circles_grade",
                    "value": 2,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Eye Bags Grade",
                    "tech_name": "eye_bags_grade",
                    "value": 1,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Lacrimal Grooves Grade",
                    "tech_name": "lacrimal_grooves_grade",
                    "value": 1,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                }
            ],
            "tech_name": "eye_area_condition",
            "value": 87,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "face",
            "name": "Lines Score",
            "sub_metrics": [
                {
                    "name": "Sagging Score",
                    "tech_name": "sagging_score",
                    "value": 100,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Jowls Grade",
                    "tech_name": "jowls_grade",
                    "value": 1,
                    "widget_meta": null,
                    "widget_type": "numeric"
                }
            ],
            "tech_name": "lines_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "forehead",
            "name": "Lines Score",
            "sub_metrics": [],
            "tech_name": "lines_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "right_eye_corner",
            "name": "Lines Score",
            "sub_metrics": [],
            "tech_name": "lines_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "left_eye_corner",
            "name": "Lines Score",
            "sub_metrics": [],
            "tech_name": "lines_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "right_eye_area",
            "name": "Lines Score",
            "sub_metrics": [],
            "tech_name": "lines_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "left_eye_area",
            "name": "Lines Score",
            "sub_metrics": [],
            "tech_name": "lines_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "right_cheek",
            "name": "Lines Score",
            "sub_metrics": [],
            "tech_name": "lines_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "left_cheek",
            "name": "Lines Score",
            "sub_metrics": [],
            "tech_name": "lines_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "face",
            "name": "Redness Score",
            "sub_metrics": [
                {
                    "name": "Redness Local Score",
                    "tech_name": "redness_local_score",
                    "value": 85,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Redness Global Score",
                    "tech_name": "redness_global_score",
                    "value": 47,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                }
            ],
            "tech_name": "redness_score",
            "value": 51,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "nose",
            "name": "Redness Score",
            "sub_metrics": [
                {
                    "name": "Redness Local Score",
                    "tech_name": "redness_local_score",
                    "value": 96,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Redness Global Score",
                    "tech_name": "redness_global_score",
                    "value": 48,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                }
            ],
            "tech_name": "redness_score",
            "value": 53,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "forehead",
            "name": "Redness Score",
            "sub_metrics": [
                {
                    "name": "Redness Local Score",
                    "tech_name": "redness_local_score",
                    "value": 100,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Redness Global Score",
                    "tech_name": "redness_global_score",
                    "value": 53,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                }
            ],
            "tech_name": "redness_score",
            "value": 57,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "right_cheek",
            "name": "Redness Score",
            "sub_metrics": [
                {
                    "name": "Redness Local Score",
                    "tech_name": "redness_local_score",
                    "value": 65,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Redness Global Score",
                    "tech_name": "redness_global_score",
                    "value": 43,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                }
            ],
            "tech_name": "redness_score",
            "value": 45,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "left_cheek",
            "name": "Redness Score",
            "sub_metrics": [
                {
                    "name": "Redness Local Score",
                    "tech_name": "redness_local_score",
                    "value": 79,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Redness Global Score",
                    "tech_name": "redness_global_score",
                    "value": 46,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                }
            ],
            "tech_name": "redness_score",
            "value": 49,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "chin",
            "name": "Redness Score",
            "sub_metrics": [
                {
                    "name": "Redness Local Score",
                    "tech_name": "redness_local_score",
                    "value": 100,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Redness Global Score",
                    "tech_name": "redness_global_score",
                    "value": 47,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                }
            ],
            "tech_name": "redness_score",
            "value": 52,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "face",
            "name": "Pigmentation score",
            "sub_metrics": [
                {
                    "name": "Number of pigmentation spots",
                    "tech_name": "number_of_regions",
                    "value": 1,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "Pigmentation density score",
                    "tech_name": "density_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average intensity of pigmentation",
                    "tech_name": "average_intensity_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average size of pigmentation spots",
                    "tech_name": "average_region_size",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Standard deviation of pigmentation spots size",
                    "tech_name": "region_size_std",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                }
            ],
            "tech_name": "pigmentation_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "nose",
            "name": "Pigmentation score",
            "sub_metrics": [
                {
                    "name": "Number of pigmentation spots",
                    "tech_name": "number_of_regions",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "Pigmentation density score",
                    "tech_name": "density_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average intensity of pigmentation",
                    "tech_name": "average_intensity_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average size of pigmentation spots",
                    "tech_name": "average_region_size",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Standard deviation of pigmentation spots size",
                    "tech_name": "region_size_std",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                }
            ],
            "tech_name": "pigmentation_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "left_cheek",
            "name": "Pigmentation score",
            "sub_metrics": [
                {
                    "name": "Number of pigmentation spots",
                    "tech_name": "number_of_regions",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "Pigmentation density score",
                    "tech_name": "density_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average intensity of pigmentation",
                    "tech_name": "average_intensity_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average size of pigmentation spots",
                    "tech_name": "average_region_size",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Standard deviation of pigmentation spots size",
                    "tech_name": "region_size_std",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                }
            ],
            "tech_name": "pigmentation_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "right_cheek",
            "name": "Pigmentation score",
            "sub_metrics": [
                {
                    "name": "Number of pigmentation spots",
                    "tech_name": "number_of_regions",
                    "value": 1,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "Pigmentation density score",
                    "tech_name": "density_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average intensity of pigmentation",
                    "tech_name": "average_intensity_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average size of pigmentation spots",
                    "tech_name": "average_region_size",
                    "value": 3,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Standard deviation of pigmentation spots size",
                    "tech_name": "region_size_std",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                }
            ],
            "tech_name": "pigmentation_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "forehead",
            "name": "Pigmentation score",
            "sub_metrics": [
                {
                    "name": "Number of pigmentation spots",
                    "tech_name": "number_of_regions",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "Pigmentation density score",
                    "tech_name": "density_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average intensity of pigmentation",
                    "tech_name": "average_intensity_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average size of pigmentation spots",
                    "tech_name": "average_region_size",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Standard deviation of pigmentation spots size",
                    "tech_name": "region_size_std",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                }
            ],
            "tech_name": "pigmentation_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "chin",
            "name": "Pigmentation score",
            "sub_metrics": [
                {
                    "name": "Number of pigmentation spots",
                    "tech_name": "number_of_regions",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "Pigmentation density score",
                    "tech_name": "density_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average intensity of pigmentation",
                    "tech_name": "average_intensity_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average size of pigmentation spots",
                    "tech_name": "average_region_size",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Standard deviation of pigmentation spots size",
                    "tech_name": "region_size_std",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                }
            ],
            "tech_name": "pigmentation_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "face",
            "name": "Translucency score",
            "sub_metrics": [],
            "tech_name": "translucency_score",
            "value": 53,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "forehead",
            "name": "Translucency score",
            "sub_metrics": [],
            "tech_name": "translucency_score",
            "value": 59,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "right_cheek",
            "name": "Translucency score",
            "sub_metrics": [],
            "tech_name": "translucency_score",
            "value": 44,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "left_cheek",
            "name": "Translucency score",
            "sub_metrics": [],
            "tech_name": "translucency_score",
            "value": 55,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "face",
            "name": "Uniformness Score",
            "sub_metrics": [],
            "tech_name": "uniformness_score",
            "value": 81,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "forehead_n_bridge",
            "name": "Uniformness Score",
            "sub_metrics": [],
            "tech_name": "uniformness_score",
            "value": 77,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "right_cheek",
            "name": "Uniformness Score",
            "sub_metrics": [],
            "tech_name": "uniformness_score",
            "value": 85,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "left_cheek",
            "name": "Uniformness Score",
            "sub_metrics": [],
            "tech_name": "uniformness_score",
            "value": 81,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "face",
            "name": "Acne score",
            "sub_metrics": [
                {
                    "name": "Number of acne regions",
                    "tech_name": "number_of_regions",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "Acne regions density score",
                    "tech_name": "density_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average intensity of acne regions",
                    "tech_name": "average_intensity_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                }
            ],
            "tech_name": "acne_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "nose",
            "name": "Acne score",
            "sub_metrics": [
                {
                    "name": "Number of acne regions",
                    "tech_name": "number_of_regions",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "Acne regions density score",
                    "tech_name": "density_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average intensity of acne regions",
                    "tech_name": "average_intensity_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                }
            ],
            "tech_name": "acne_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "left_cheek",
            "name": "Acne score",
            "sub_metrics": [
                {
                    "name": "Number of acne regions",
                    "tech_name": "number_of_regions",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "Acne regions density score",
                    "tech_name": "density_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average intensity of acne regions",
                    "tech_name": "average_intensity_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                }
            ],
            "tech_name": "acne_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "right_cheek",
            "name": "Acne score",
            "sub_metrics": [
                {
                    "name": "Number of acne regions",
                    "tech_name": "number_of_regions",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "Acne regions density score",
                    "tech_name": "density_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average intensity of acne regions",
                    "tech_name": "average_intensity_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                }
            ],
            "tech_name": "acne_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "forehead",
            "name": "Acne score",
            "sub_metrics": [
                {
                    "name": "Number of acne regions",
                    "tech_name": "number_of_regions",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "Acne regions density score",
                    "tech_name": "density_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average intensity of acne regions",
                    "tech_name": "average_intensity_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                }
            ],
            "tech_name": "acne_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "chin",
            "name": "Acne score",
            "sub_metrics": [
                {
                    "name": "Number of acne regions",
                    "tech_name": "number_of_regions",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "Acne regions density score",
                    "tech_name": "density_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average intensity of acne regions",
                    "tech_name": "average_intensity_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                }
            ],
            "tech_name": "acne_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        }
    ],
    "batch_id": "a06de0cc-fe24-4f05-bc9d-e2a9fe1f0ca6",
    "company_id": "2e393306-916c-4f6f-bfb5-211950a6b131",
    "dataset_id": "6020067e-ea7b-435e-9d16-a28128023f4e",
    "event": "photo_calculated_by_all_apps",
    "idempotency_id": "51123618-1ec6-4780-a410-f1875efeabe3",
    "image_id": "2d4679c1-ba5b-475a-a71a-d7e505689dad",
    "image_meta": {},
    "re_result": {
        "care_group": {
            "basic_care": "Normal",
            "eye_care": "Dark circles",
            "special_concerns": [
                "Vessels"
            ]
        },
        "products": {
            "cleanser": [
                "25_2"
            ],
            "day_cream": [
                "25_3"
            ],
            "exfoliation": [],
            "eye_care": [
                "12_12"
            ],
            "lotion": [
                "1_6"
            ],
            "make_up_remover": [
                "25_1"
            ],
            "night_cream": [
                "25_4"
            ],
            "serum": [
                "25_5"
            ],
            "spf": [
                "1_7"
            ]
        },
        "revision": "test-2a6a2c27"
    },
    "subject_id": "02b2a283-3fb1-4778-805e-fa72db553882",
    "subject_meta": {},
    "subject_name": "s4",
    "survey_answers": []
}

If you are using the merged webhook and some algorithm wasn't calculated (due to some internal error) you will receive a webhook with partial data which was calculated at the moment in 60 seconds after image upload.

Partial merged webhook example (here we don't have re_result)
```json
{
    "area_results": [
        {
            "area_name": "face",
            "name": "Skin type",
            "sub_metrics": [
                {
                    "name": "U-zone skin type",
                    "tech_name": "u_zone_skin_type_class",
                    "value": "Oily",
                    "widget_meta": null,
                    "widget_type": "category"
                },
                {
                    "name": "T-zone skin type",
                    "tech_name": "t_zone_skin_type_class",
                    "value": "Oily",
                    "widget_meta": null,
                    "widget_type": "category"
                }
            ],
            "tech_name": "face_skin_type_class",
            "value": "Oily",
            "widget_meta": null,
            "widget_type": "category"
        },
        {
            "area_name": "face",
            "name": "Image Quality Score",
            "sub_metrics": [
                {
                    "name": "full_face_score",
                    "tech_name": "full_face_score",
                    "value": 100,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "rotation_score",
                    "tech_name": "rotation_score",
                    "value": 94,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "angles_yaw_angle_degree",
                    "tech_name": "angles_yaw_angle_degree",
                    "value": 2,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "angles_pitch_angle_degree",
                    "tech_name": "angles_pitch_angle_degree",
                    "value": -6,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "occlusion_score",
                    "tech_name": "occlusion_score",
                    "value": 88,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "overlap_forehead_skin_mesh_areas_iou",
                    "tech_name": "overlap_forehead_skin_mesh_areas_iou",
                    "value": 76,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "overlap_right_cheek_skin_mesh_areas_iou",
                    "tech_name": "overlap_right_cheek_skin_mesh_areas_iou",
                    "value": 89,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "overlap_left_cheek_skin_mesh_areas_iou",
                    "tech_name": "overlap_left_cheek_skin_mesh_areas_iou",
                    "value": 92,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "overlap_right_eye_inner_skin_mesh_areas_iou",
                    "tech_name": "overlap_right_eye_inner_skin_mesh_areas_iou",
                    "value": 100,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "overlap_left_eye_inner_skin_mesh_areas_iou",
                    "tech_name": "overlap_left_eye_inner_skin_mesh_areas_iou",
                    "value": 100,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "resolution_score",
                    "tech_name": "resolution_score",
                    "value": 23,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "eye_width_px",
                    "tech_name": "eye_width_px",
                    "value": 76,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "eye_height_px",
                    "tech_name": "eye_height_px",
                    "value": 25,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "right_eye_openness",
                    "tech_name": "right_eye_openness",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "left_eye_openness",
                    "tech_name": "left_eye_openness",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "nose_height_px",
                    "tech_name": "nose_height_px",
                    "value": 67,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "focus_score",
                    "tech_name": "focus_score",
                    "value": 82,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "raw_sharpness",
                    "tech_name": "raw_sharpness",
                    "value": 520,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "lightness_score",
                    "tech_name": "lightness_score",
                    "value": 82,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "light_direction_score",
                    "tech_name": "light_direction_score",
                    "value": 99,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "light_source_azimuth",
                    "tech_name": "light_source_azimuth",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "intensity",
                    "tech_name": "intensity",
                    "value": 111,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "colortone_score",
                    "tech_name": "colortone_score",
                    "value": 22,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "right_eye_inner_whites_a_channel",
                    "tech_name": "right_eye_inner_whites_a_channel",
                    "value": -2,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "right_eye_inner_whites_b_channel",
                    "tech_name": "right_eye_inner_whites_b_channel",
                    "value": -13,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "left_eye_inner_whites_a_channel",
                    "tech_name": "left_eye_inner_whites_a_channel",
                    "value": -3,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "left_eye_inner_whites_b_channel",
                    "tech_name": "left_eye_inner_whites_b_channel",
                    "value": -15,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "shadows_score",
                    "tech_name": "shadows_score",
                    "value": 99,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "shadows",
                    "tech_name": "shadows",
                    "value": 14,
                    "widget_meta": null,
                    "widget_type": "numeric"
                }
            ],
            "tech_name": "image_quality_score",
            "value": 67,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "face",
            "name": "Hydration Score",
            "sub_metrics": [
                {
                    "name": "Hydration Level",
                    "tech_name": "hydration_level",
                    "value": "Normal Hydration",
                    "widget_meta": null,
                    "widget_type": "category"
                }
            ],
            "tech_name": "hydration_score",
            "value": 98,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "face",
            "name": "Pores Score",
            "sub_metrics": [
                {
                    "name": "Pores Number",
                    "tech_name": "pores_number",
                    "value": 22,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "Pores Density",
                    "tech_name": "pores_density",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                }
            ],
            "tech_name": "Pores_score",
            "value": 99,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "nose",
            "name": "Pores Score",
            "sub_metrics": [],
            "tech_name": "Pores_score",
            "value": 95,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "forehead",
            "name": "Pores Score",
            "sub_metrics": [],
            "tech_name": "Pores_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "right_cheek",
            "name": "Pores Score",
            "sub_metrics": [],
            "tech_name": "Pores_score",
            "value": 99,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "left_cheek",
            "name": "Pores Score",
            "sub_metrics": [],
            "tech_name": "Pores_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "face",
            "name": "Redness Score",
            "sub_metrics": [
                {
                    "name": "Redness Local Score",
                    "tech_name": "redness_local_score",
                    "value": 85,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Redness Global Score",
                    "tech_name": "redness_global_score",
                    "value": 47,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                }
            ],
            "tech_name": "redness_score",
            "value": 51,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "nose",
            "name": "Redness Score",
            "sub_metrics": [
                {
                    "name": "Redness Local Score",
                    "tech_name": "redness_local_score",
                    "value": 96,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Redness Global Score",
                    "tech_name": "redness_global_score",
                    "value": 48,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                }
            ],
            "tech_name": "redness_score",
            "value": 53,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "forehead",
            "name": "Redness Score",
            "sub_metrics": [
                {
                    "name": "Redness Local Score",
                    "tech_name": "redness_local_score",
                    "value": 100,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Redness Global Score",
                    "tech_name": "redness_global_score",
                    "value": 53,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                }
            ],
            "tech_name": "redness_score",
            "value": 57,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "right_cheek",
            "name": "Redness Score",
            "sub_metrics": [
                {
                    "name": "Redness Local Score",
                    "tech_name": "redness_local_score",
                    "value": 65,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Redness Global Score",
                    "tech_name": "redness_global_score",
                    "value": 43,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                }
            ],
            "tech_name": "redness_score",
            "value": 45,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "left_cheek",
            "name": "Redness Score",
            "sub_metrics": [
                {
                    "name": "Redness Local Score",
                    "tech_name": "redness_local_score",
                    "value": 79,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Redness Global Score",
                    "tech_name": "redness_global_score",
                    "value": 46,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                }
            ],
            "tech_name": "redness_score",
            "value": 49,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "chin",
            "name": "Redness Score",
            "sub_metrics": [
                {
                    "name": "Redness Local Score",
                    "tech_name": "redness_local_score",
                    "value": 100,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Redness Global Score",
                    "tech_name": "redness_global_score",
                    "value": 47,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                }
            ],
            "tech_name": "redness_score",
            "value": 52,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "face",
            "name": "Perceived Age",
            "sub_metrics": [],
            "tech_name": "perceived_age",
            "value": 20,
            "widget_meta": null,
            "widget_type": "numeric"
        },
        {
            "area_name": "face",
            "name": "Skin tone",
            "sub_metrics": [],
            "tech_name": "skintone_class",
            "value": "Intermediate",
            "widget_meta": null,
            "widget_type": "category"
        },
        {
            "area_name": "face",
            "name": "Eye Age",
            "sub_metrics": [],
            "tech_name": "eye_age",
            "value": 28,
            "widget_meta": null,
            "widget_type": "numeric"
        },
        {
            "area_name": "left_eye_area",
            "name": "Left Eye Age",
            "sub_metrics": [],
            "tech_name": "left_eye_age",
            "value": 27,
            "widget_meta": null,
            "widget_type": "numeric"
        },
        {
            "area_name": "right_eye_area",
            "name": "Right Eye Age",
            "sub_metrics": [],
            "tech_name": "right_eye_age",
            "value": 29,
            "widget_meta": null,
            "widget_type": "numeric"
        },
        {
            "area_name": "face",
            "name": "Uniformness Score",
            "sub_metrics": [],
            "tech_name": "uniformness_score",
            "value": 81,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "forehead_n_bridge",
            "name": "Uniformness Score",
            "sub_metrics": [],
            "tech_name": "uniformness_score",
            "value": 77,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "right_cheek",
            "name": "Uniformness Score",
            "sub_metrics": [],
            "tech_name": "uniformness_score",
            "value": 85,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "left_cheek",
            "name": "Uniformness Score",
            "sub_metrics": [],
            "tech_name": "uniformness_score",
            "value": 81,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "face",
            "name": "ITA score",
            "sub_metrics": [
                {
                    "name": "SkinTone L channel",
                    "tech_name": "skintone_l_channel",
                    "value": 74,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "SkinTone a channel",
                    "tech_name": "skintone_a_channel",
                    "value": 20,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "SkinTone b channel",
                    "tech_name": "skintone_b_channel",
                    "value": 15,
                    "widget_meta": null,
                    "widget_type": "numeric"
                }
            ],
            "tech_name": "ita_score",
            "value": 55,
            "widget_meta": null,
            "widget_type": "ITA"
        },
        {
            "area_name": "forehead",
            "name": "ITA score",
            "sub_metrics": [
                {
                    "name": "SkinTone L channel",
                    "tech_name": "skintone_l_channel",
                    "value": 77,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "SkinTone a channel",
                    "tech_name": "skintone_a_channel",
                    "value": 17,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "SkinTone b channel",
                    "tech_name": "skintone_b_channel",
                    "value": 15,
                    "widget_meta": null,
                    "widget_type": "numeric"
                }
            ],
            "tech_name": "ita_score",
            "value": 60,
            "widget_meta": null,
            "widget_type": "ITA"
        },
        {
            "area_name": "right_cheek",
            "name": "ITA score",
            "sub_metrics": [
                {
                    "name": "SkinTone L channel",
                    "tech_name": "skintone_l_channel",
                    "value": 71,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "SkinTone a channel",
                    "tech_name": "skintone_a_channel",
                    "value": 22,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "SkinTone b channel",
                    "tech_name": "skintone_b_channel",
                    "value": 16,
                    "widget_meta": null,
                    "widget_type": "numeric"
                }
            ],
            "tech_name": "ita_score",
            "value": 48,
            "widget_meta": null,
            "widget_type": "ITA"
        },
        {
            "area_name": "left_cheek",
            "name": "ITA score",
            "sub_metrics": [
                {
                    "name": "SkinTone L channel",
                    "tech_name": "skintone_l_channel",
                    "value": 75,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "SkinTone a channel",
                    "tech_name": "skintone_a_channel",
                    "value": 20,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "SkinTone b channel",
                    "tech_name": "skintone_b_channel",
                    "value": 15,
                    "widget_meta": null,
                    "widget_type": "numeric"
                }
            ],
            "tech_name": "ita_score",
            "value": 58,
            "widget_meta": null,
            "widget_type": "ITA"
        },
        {
            "area_name": "face",
            "name": "Pigmentation score",
            "sub_metrics": [
                {
                    "name": "Number of pigmentation spots",
                    "tech_name": "number_of_regions",
                    "value": 1,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "Pigmentation density score",
                    "tech_name": "density_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average intensity of pigmentation",
                    "tech_name": "average_intensity_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average size of pigmentation spots",
                    "tech_name": "average_region_size",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Standard deviation of pigmentation spots size",
                    "tech_name": "region_size_std",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                }
            ],
            "tech_name": "pigmentation_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "nose",
            "name": "Pigmentation score",
            "sub_metrics": [
                {
                    "name": "Number of pigmentation spots",
                    "tech_name": "number_of_regions",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "Pigmentation density score",
                    "tech_name": "density_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average intensity of pigmentation",
                    "tech_name": "average_intensity_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average size of pigmentation spots",
                    "tech_name": "average_region_size",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Standard deviation of pigmentation spots size",
                    "tech_name": "region_size_std",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                }
            ],
            "tech_name": "pigmentation_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "left_cheek",
            "name": "Pigmentation score",
            "sub_metrics": [
                {
                    "name": "Number of pigmentation spots",
                    "tech_name": "number_of_regions",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "Pigmentation density score",
                    "tech_name": "density_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average intensity of pigmentation",
                    "tech_name": "average_intensity_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average size of pigmentation spots",
                    "tech_name": "average_region_size",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Standard deviation of pigmentation spots size",
                    "tech_name": "region_size_std",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                }
            ],
            "tech_name": "pigmentation_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "right_cheek",
            "name": "Pigmentation score",
            "sub_metrics": [
                {
                    "name": "Number of pigmentation spots",
                    "tech_name": "number_of_regions",
                    "value": 1,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "Pigmentation density score",
                    "tech_name": "density_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average intensity of pigmentation",
                    "tech_name": "average_intensity_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average size of pigmentation spots",
                    "tech_name": "average_region_size",
                    "value": 3,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Standard deviation of pigmentation spots size",
                    "tech_name": "region_size_std",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                }
            ],
            "tech_name": "pigmentation_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "forehead",
            "name": "Pigmentation score",
            "sub_metrics": [
                {
                    "name": "Number of pigmentation spots",
                    "tech_name": "number_of_regions",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "Pigmentation density score",
                    "tech_name": "density_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average intensity of pigmentation",
                    "tech_name": "average_intensity_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average size of pigmentation spots",
                    "tech_name": "average_region_size",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Standard deviation of pigmentation spots size",
                    "tech_name": "region_size_std",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                }
            ],
            "tech_name": "pigmentation_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "chin",
            "name": "Pigmentation score",
            "sub_metrics": [
                {
                    "name": "Number of pigmentation spots",
                    "tech_name": "number_of_regions",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "Pigmentation density score",
                    "tech_name": "density_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average intensity of pigmentation",
                    "tech_name": "average_intensity_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average size of pigmentation spots",
                    "tech_name": "average_region_size",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Standard deviation of pigmentation spots size",
                    "tech_name": "region_size_std",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                }
            ],
            "tech_name": "pigmentation_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "face",
            "name": "Eye Area Condition",
            "sub_metrics": [
                {
                    "name": "Dark Circle Score",
                    "tech_name": "dark_circles_score",
                    "value": 62,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Eye Bags Score",
                    "tech_name": "eye_bags_score",
                    "value": 100,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Lacrimal Grooves Score",
                    "tech_name": "lacrimal_grooves_score",
                    "value": 100,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Dark Circle Grade",
                    "tech_name": "dark_circles_grade",
                    "value": 2,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Eye Bags Grade",
                    "tech_name": "eye_bags_grade",
                    "value": 1,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Lacrimal Grooves Grade",
                    "tech_name": "lacrimal_grooves_grade",
                    "value": 1,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                }
            ],
            "tech_name": "eye_area_condition",
            "value": 87,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "left_eye_area",
            "name": "Eye Area Condition",
            "sub_metrics": [
                {
                    "name": "Dark Circle Score",
                    "tech_name": "dark_circles_score",
                    "value": 63,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Eye Bags Score",
                    "tech_name": "eye_bags_score",
                    "value": 100,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Lacrimal Grooves Score",
                    "tech_name": "lacrimal_grooves_score",
                    "value": 100,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Dark Circle Grade",
                    "tech_name": "dark_circles_grade",
                    "value": 2,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Eye Bags Grade",
                    "tech_name": "eye_bags_grade",
                    "value": 1,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Lacrimal Grooves Grade",
                    "tech_name": "lacrimal_grooves_grade",
                    "value": 1,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                }
            ],
            "tech_name": "eye_area_condition",
            "value": 88,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "right_eye_area",
            "name": "Eye Area Condition",
            "sub_metrics": [
                {
                    "name": "Dark Circle Score",
                    "tech_name": "dark_circles_score",
                    "value": 61,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Eye Bags Score",
                    "tech_name": "eye_bags_score",
                    "value": 100,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Lacrimal Grooves Score",
                    "tech_name": "lacrimal_grooves_score",
                    "value": 100,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Dark Circle Grade",
                    "tech_name": "dark_circles_grade",
                    "value": 2,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Eye Bags Grade",
                    "tech_name": "eye_bags_grade",
                    "value": 1,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Lacrimal Grooves Grade",
                    "tech_name": "lacrimal_grooves_grade",
                    "value": 1,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                }
            ],
            "tech_name": "eye_area_condition",
            "value": 87,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "face",
            "name": "Acne score",
            "sub_metrics": [
                {
                    "name": "Number of acne regions",
                    "tech_name": "number_of_regions",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "Acne regions density score",
                    "tech_name": "density_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average intensity of acne regions",
                    "tech_name": "average_intensity_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                }
            ],
            "tech_name": "acne_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "nose",
            "name": "Acne score",
            "sub_metrics": [
                {
                    "name": "Number of acne regions",
                    "tech_name": "number_of_regions",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "Acne regions density score",
                    "tech_name": "density_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average intensity of acne regions",
                    "tech_name": "average_intensity_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                }
            ],
            "tech_name": "acne_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "left_cheek",
            "name": "Acne score",
            "sub_metrics": [
                {
                    "name": "Number of acne regions",
                    "tech_name": "number_of_regions",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "Acne regions density score",
                    "tech_name": "density_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average intensity of acne regions",
                    "tech_name": "average_intensity_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                }
            ],
            "tech_name": "acne_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "right_cheek",
            "name": "Acne score",
            "sub_metrics": [
                {
                    "name": "Number of acne regions",
                    "tech_name": "number_of_regions",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "Acne regions density score",
                    "tech_name": "density_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average intensity of acne regions",
                    "tech_name": "average_intensity_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                }
            ],
            "tech_name": "acne_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "forehead",
            "name": "Acne score",
            "sub_metrics": [
                {
                    "name": "Number of acne regions",
                    "tech_name": "number_of_regions",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "Acne regions density score",
                    "tech_name": "density_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average intensity of acne regions",
                    "tech_name": "average_intensity_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                }
            ],
            "tech_name": "acne_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "chin",
            "name": "Acne score",
            "sub_metrics": [
                {
                    "name": "Number of acne regions",
                    "tech_name": "number_of_regions",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "numeric"
                },
                {
                    "name": "Acne regions density score",
                    "tech_name": "density_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                },
                {
                    "name": "Average intensity of acne regions",
                    "tech_name": "average_intensity_score",
                    "value": 0,
                    "widget_meta": null,
                    "widget_type": "density"
                }
            ],
            "tech_name": "acne_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "face",
            "name": "Lines Score",
            "sub_metrics": [
                {
                    "name": "Sagging Score",
                    "tech_name": "sagging_score",
                    "value": 100,
                    "widget_meta": null,
                    "widget_type": "bad_good_line"
                },
                {
                    "name": "Jowls Grade",
                    "tech_name": "jowls_grade",
                    "value": 1,
                    "widget_meta": null,
                    "widget_type": "numeric"
                }
            ],
            "tech_name": "lines_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "forehead",
            "name": "Lines Score",
            "sub_metrics": [],
            "tech_name": "lines_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "right_eye_corner",
            "name": "Lines Score",
            "sub_metrics": [],
            "tech_name": "lines_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "left_eye_corner",
            "name": "Lines Score",
            "sub_metrics": [],
            "tech_name": "lines_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "right_eye_area",
            "name": "Lines Score",
            "sub_metrics": [],
            "tech_name": "lines_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "left_eye_area",
            "name": "Lines Score",
            "sub_metrics": [],
            "tech_name": "lines_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "right_cheek",
            "name": "Lines Score",
            "sub_metrics": [],
            "tech_name": "lines_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "left_cheek",
            "name": "Lines Score",
            "sub_metrics": [],
            "tech_name": "lines_score",
            "value": 100,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "face",
            "name": "Translucency score",
            "sub_metrics": [],
            "tech_name": "translucency_score",
            "value": 53,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "forehead",
            "name": "Translucency score",
            "sub_metrics": [],
            "tech_name": "translucency_score",
            "value": 59,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "right_cheek",
            "name": "Translucency score",
            "sub_metrics": [],
            "tech_name": "translucency_score",
            "value": 44,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        },
        {
            "area_name": "left_cheek",
            "name": "Translucency score",
            "sub_metrics": [],
            "tech_name": "translucency_score",
            "value": 55,
            "widget_meta": null,
            "widget_type": "bad_good_line"
        }
    ],
    "batch_id": "a35a207c-172a-4a36-8186-d77ec9bd132b",
    "company_id": "2e393306-916c-4f6f-bfb5-211950a6b131",
    "dataset_id": "6020067e-ea7b-435e-9d16-a28128023f4e",
    "event": "photo_calculated_by_all_apps_timeout",
    "idempotency_id": "24f20bba-60ea-42f4-a453-049077cc8853",
    "image_id": "13679cc8-0527-4114-8399-21411fc815b6",
    "image_meta": {},
    "re_result": null,
    "subject_id": "ee05d314-ec6f-4158-a0c5-a99157e1ab33",
    "subject_meta": {},
    "subject_name": "s13",
    "survey_answers": []
}
```

Last updated