# ScentPulse EU Fragrance Allergen Check

> ScentPulse EU Fragrance Allergen Check is a paid API for AI agents from scentpulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns EU Regulation (EU) 2023/1545 allergen context for a fragrance or ingredient, including likely allergen families from the 80-substance mandatory labeling list and a live countdown to the 31 July 2026 sell-off deadline for non-compliant stock.

## Facts

- Endpoint: GET https://scentpulse.theaslangroupllc.com/api/scent/allergen-check
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scentpulse-eu-fragrance-allergen-check-e1cc25c1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ka9aM7Vdp5_IqyC8Bvsdx

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 scentpulse-eu-fragrance-allergen-check-e1cc25c1
```

Example prompt: Can you check whether Chanel No. 5 eau de parfum is likely to contain any of the 80 EU-regulated fragrance allergens under Regulation (EU) 2023/1545, and tell me how many days are left before the July 2026 sell-off deadline kicks in for non-compliant stock?

## When to prefer this

Use this endpoint when you need EU-specific fragrance allergen compliance information, particularly around the 80-substance mandatory labeling list under Regulation (EU) 2023/1545 and the 31 July 2026 sell-off deadline. Prefer this over general ingredient databases when the goal is regulatory compliance checking for EU market sales rather than general safety or IFRA conformity.

## Known failure modes

- Unknown or misspelled fragrance/ingredient name returns no match or low-confidence result
- Fragrance with proprietary undisclosed formula may yield incomplete allergen family inference
- Regulatory context may lag if EU amendments are issued after data cutoff
- Payment of 0.1 USDC not processed — request rejected with 402 status

## How this service works

EU fragrance allergen check — context on the 80-substance mandatory labeling list under Regulation (EU) 2023/1545, likely allergen families for a fragrance/ingredient, and the live 31 July 2026 sell-off deadline countdown for non-compliant stock.

## Output

Returns the likely allergen families present in the queried fragrance or ingredient, their status on the EU mandatory 80-substance labeling list under Regulation (EU) 2023/1545, regulatory context explaining labeling obligations, and a live day-count countdown to the 31 July 2026 sell-off deadline for non-compliant fragrance stock.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "lang": {
       "type": "string",
       "description": "en | de | fr | es | ar | ja | ko | zh | pt"
      },
      "ingredient_list": {
       "type": "string",
       "description": "optional, if known"
      },
      "fragrance_or_ingredient": {
       "type": "string",
       "description": "Light Blue | Linalool | Coumarin (required)"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "subject": "Light Blue",
  "eu_2023_1545_context": {
   "sell_off_deadline": "31 July 2026"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scentpulse-eu-fragrance-allergen-check-e1cc25c1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from scentpulse.theaslangroupllc.com](https://www.zero.xyz/host/scentpulse.theaslangroupllc.com/llms.txt)
