# SafePulse Global Product Safety Alerts

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

Retrieves consolidated global product safety alerts from WHO, Health Canada, ACCC Australia, and UK OPSS in a single response

## Facts

- Endpoint: GET https://safepulse-xi.vercel.app/api/safe/global
- 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/safepulse-global-product-safety-alerts-6eb7e974
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hbTur48AP0v6TTDeac0Oa

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-global-product-safety-alerts-6eb7e974
```

Example prompt: Pull the latest global product safety alerts from SafePulse — I want to see current warnings and recalls from WHO, Health Canada, ACCC Australia, and the UK OPSS all in one place.

## When to prefer this

Choose this endpoint when you need a single call to retrieve product safety alerts spanning multiple international jurisdictions (WHO, Health Canada, ACCC Australia, UK OPSS) outside the US. Use this over the US-focused recall dashboard sibling when international coverage is needed, or over the EU Safety Gate sibling when broader global (non-EU) coverage is required.

## Known failure modes

- Upstream data source (WHO, Health Canada, ACCC, OPSS) temporarily unavailable resulting in partial or empty results
- Payment of 0.1 USDC not processed correctly via x402, returning 402 Payment Required
- Rate limiting or server-side errors returning 500 or 503
- No active alerts available at the time of the request, returning an empty result set

## How this service works

Global product safety alerts for consumer and safety agents. Consolidates WHO, Health Canada, ACCC Australia, and UK OPSS alerts.

## Output

A consolidated list of active product safety alerts and recalls sourced from WHO, Health Canada, ACCC Australia, and UK OPSS, including product names, hazard descriptions, issuing authority, and alert dates.

## 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-global-product-safety-alerts-6eb7e974/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)
