POST
Get recommendation products
Returns product recommendations based on the user's skinType and selected skin concerns.
Parameters
appIdstring
ID of the Skin Analysis app configuration used to fetch recommendations for your organization/catalog.
Request body
skinTypestring
User's skin type used to tailor recommendations (must be one of the supported enum values).
concernsarray of string
List of skin concerns to target. Recommendations are ranked based on match to these concerns. Array length: min 1, max 3.
POST/sa-predictions/apps/{appId}/recommendation
curl -X POST "https://api.pixelbin.io/service/platform/misc/v1.0/sa-predictions/apps/{appId}/recommendation" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {apitoken}" \
-d '{"skinType":"combination","concerns":["hydration","dark_circles"]}'
Response
201
No example available.