# SafePulse EU Safety Gate Alerts

> SafePulse EU Safety Gate Alerts is a paid API for AI agents from safepulse-xi.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Returns RAPEX alerts and product recall notices across all 27 EU member states via the EU Safety Gate system

## Facts

- Endpoint: GET https://safepulse-xi.vercel.app/api/safe/eu
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/safepulse-eu-safety-gate-alerts-85b622b9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GYbX36oQDk12xWtECvupF

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 safepulse-eu-safety-gate-alerts-85b622b9
```

Example prompt: Pull the latest EU Safety Gate RAPEX alerts for consumer product recalls across all 27 EU member states so I can check if any of our imported goods have been flagged.

## When to prefer this

Use this endpoint when you need EU-specific product safety alerts and RAPEX recall data covering all 27 EU member states. Prefer this over the global consolidator when jurisdiction-specific EU regulatory data is required, or over the US-focused CPSC/FDA/NHTSA sibling endpoint when the concern is European market compliance.

## Known failure modes

- No alerts found for the given query — returns empty result set
- Payment not processed or x402 payment header missing — returns 402 Payment Required
- Upstream EU Safety Gate data unavailable — returns 503 or timeout
- Invalid query parameters — returns 400 Bad Request
- Rate limit exceeded — returns 429 Too Many Requests

## How this service works

EU Safety Gate alerts for consumer and safety agents. Returns RAPEX alerts and product recalls across all 27 EU member states.

## Output

A list of RAPEX alerts and product recall notices sourced from the EU Safety Gate system, covering all 27 EU member states. Each result includes product details, the issuing country, hazard category, and recall or safety action taken.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/safepulse-eu-safety-gate-alerts-85b622b9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from safepulse-xi.vercel.app](https://www.zero.xyz/host/safepulse-xi.vercel.app/llms.txt)
