# SafePulse Global Product Safety Alerts

> SafePulse Global Product Safety Alerts is a paid API for AI agents from safepulse.theaslangroupllc.com, 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 call

## Facts

- Endpoint: GET https://safepulse.theaslangroupllc.com/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-030dca19
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xCFHbiuA4q8ZBIgTn__Jy

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-030dca19
```

Example prompt: Can you check all international safety alerts for this baby monitor across WHO, Health Canada, the ACCC, and UK OPSS — I want to know if it's been flagged or recalled anywhere in the world?

## When to prefer this

Use this endpoint when you need a single consolidated view of product safety alerts across multiple international jurisdictions (WHO, Health Canada, ACCC Australia, UK OPSS) rather than querying each agency separately. Prefer this over the US-centric CPSC endpoint when the product is internationally sold or when the user is outside the US. Use instead of the EU Safety Gate endpoint when you need broader non-EU international coverage.

## Known failure modes

- Product not found in any global database returns empty result set
- Overly broad query may return too many unrelated alerts
- Temporary unavailability of upstream agency feeds may result in partial data
- Invalid or unrecognized product identifiers may return no results
- Rate limiting or payment failure returns 402 error

## 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 global product safety alerts and recalls from WHO, Health Canada, ACCC Australia, and UK OPSS, including alert titles, issuing authority, affected product details, hazard descriptions, dates, and recall status.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "region": {
   "type": "string",
   "description": "canada | australia | uk | who | global"
  },
  "category": {
   "type": "string",
   "description": "food | drug | device | consumer | all"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/safepulse-global-product-safety-alerts-030dca19/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from safepulse.theaslangroupllc.com](https://www.zero.xyz/host/safepulse.theaslangroupllc.com/llms.txt)
