Skip to main content
POST
/
api
/
v1
/
shopping
/
extension
/
match
Batch match product names against strain database (Safari extension)
curl --request POST \
  --url https://api.thisiswhyimhigh.com/api/v1/shopping/extension/match \
  --header 'Content-Type: application/json' \
  --data '
{
  "products": [
    "<string>"
  ]
}
'

Body

application/json
products
string[]
required
Required array length: 1 - 200 elements
Minimum string length: 1

Response

Matched and unmatched products