Independent reviews. Honest opinions. Affiliate links disclosed.
B2B API PLAYGROUNDTry the Skincare Intelligence API — no account needed
LivePricing ⌄

Skincare Recommendation

API Playground

Send a customer's location and skin type — get back product recommendations tuned to their local tap water hardness and climate. Plug in your own SKUs to match results to your store.

1
Set parameters
Fill in the details
2
Send the request
Hit Send Request
3
Copy integration code
Use it in your app
🧮Request ParametersProvide customer details to get AI-powered skincare recommendations.
Leave as b2b_trial_key to explore for free. Replace with your live key after subscribing.
Used to fetch local tap water hardness (PPM) and live weather conditions.
Paste your own SKUs and the API recommends from your catalog instead of Mirha's defaults.
2 SKUs
Load example:cleanclinicalminimalist
catalog_payload.json
</>API Response
Response will appear here
Fill in the parameters and click "Send Request".
</>Integration Code
cURLFetchPythonReactShopify
⧉ Copy
curl -X POST "http://localhost:3000/api/v1/recommend" \
  -H "Content-Type: application/json" \
  -d '{
    "apiKey": "b2b_trial_key",
    "postalCode": "London",
    "skinType": "oily",
    "mainConcern": "acne"
  }'