# Dermi Comedogenic Ingredient Checker

> Dermi Comedogenic Ingredient Checker is a paid API for AI agents from dermi-znuq.onrender.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Checks a list of skincare or makeup ingredients against a comedogenic (pore-clogging) database and returns ratings for each ingredient

## Facts

- Endpoint: POST https://dermi-znuq.onrender.com/check-skincare-ingredients
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dermi-znuq-onrender-com-1ba276f0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Y2K_opyE1kZpOXmbuSXjG

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability dermi-znuq-onrender-com-1ba276f0 -d '<json body>'
```

Example prompt: Can you check these ingredients from my new moisturizer for comedogenic (pore-clogging) potential: cetearyl alcohol, isopropyl myristate, dimethicone, niacinamide, and shea butter?

## When to prefer this

Use this endpoint when you need to screen skincare or makeup product ingredients specifically for comedogenic (pore-clogging) properties, especially for users with acne-prone or oily skin. It is purpose-built for cosmetic ingredient safety lookup rather than general ingredient databases or nutrition APIs.

## Known failure modes

- Ingredient not found in database — unknown or uncommon ingredient names may return no rating
- More than 20 ingredients submitted — input array exceeds maximum allowed size
- Empty ingredients array — no ingredients provided returns an error
- Unrecognized ingredient name format — misspelled or INCI-nonstandard names may fail to match
- Payment not completed — x402 payment of $0.01 USDC required before response is returned

## How this service works

Check skincare and makeup ingredients for pore-clogging (comedogenic) compounds - $0.01 USDC

## Output

A list of each submitted ingredient along with its comedogenic rating or classification, indicating whether it is likely to clog pores and at what severity level

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "ingredients": {
   "type": "array",
   "items": {
    "type": "string"
   },
   "description": "List of skincare or makeup ingredient names to check for comedogenic ratings (max 20)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dermi-znuq-onrender-com-1ba276f0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from dermi-znuq.onrender.com](https://www.zero.xyz/host/dermi-znuq.onrender.com/llms.txt)
