🟡API for Recommendation Engine Application
The Recommendation Engine application API returns cosmetics products for conditions within three main skincare groups: basic care, eye care, and additional care.
This page will soon be updated.
Use this application to get cosmetics recommendations to improve skin conditions based on the results of the skin metrics report. The recommendation engine consists of 41 cosmetics products that address skin concerns within three main groups:
Basic care
Normal skin
Aged skin
Dry skin
Oily skin
Eye care
Eye small wrinkles
Eye pronounced wrinkles
Eye bags
Eye dark circles
Additional care
Anti-aging prevention
Anti-aging support therapy
Anti-aging complex
Acne
Pigmentation
Vessels
Parameters
Base URL
Supported Methods: GET
Request Parameters
Required Parameters | Description | Type |
company_id | string | |
dataset_id | string | |
subject_id | string | |
batch_id | string | |
image_id | string |
Query Parameters
Required Parameters | Description | Type |
token | string | |
application_run_id | string | |
application_name | string | |
application_id | string |
Example Response (JSON):
Field description:
id | Id | string <uuid> |
result | algorithm result data | object (Result) |
is_ok | algorithm result error status | boolean (Is ok) |
image_id | algorithm result image id | string <uuid> (Image id) |
algorithm_version_id | algorithm result algo version | integer (Algorithm version id) |
creation_time | Creation time | string <date-time> |
application_id | Application id | string <uuid> |
application_name | Application name | string |
application_description | Application description | string |
application_run_id | Application run id | string |
image_type | Image type | string |
algorithm_family_tech_name | Application family technical name | object (AlgorithmFamily) |
name | description | result | result classification | |
56 | Recommendation Engine | str, list | care_group = {basic_care, eye_care, additional_care} products = {serum, eye_care, exfoliation, cleanser, day_cream, night_cream, make_up_remover, spf, lotion} |
Last updated