# Prop65 FTC EPR Compliance Pack

> Prop65 FTC EPR Compliance Pack is a paid API for AI agents from x402-niche-briefs.fly.dev, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-13).

Returns a multi-regulation compliance checklist covering California Prop 65 SKU warnings, FTC ROSCA/state ARL consent audits, and multi-state packaging EPR filing requirements for product operations teams.

## Facts

- Endpoint: GET https://x402-niche-briefs.fly.dev/v1/compliance-pack
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/prop65-ftc-epr-compliance-pack-333e5d63
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UbCPy85q4Oic3fcR4w0PY

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 prop65-ftc-epr-compliance-pack-333e5d63
```

Example prompt: Pull up the Prop 65 / FTC ROSCA / EPR compliance pack so I can audit our subscription product listings — I need the SKU warning checklist, the click-to-cancel consent audit, and the multi-state packaging EPR filing checklist.

## When to prefer this

Use this endpoint when an ops or compliance team needs a consolidated, multi-regulation operational checklist spanning Prop 65, FTC ROSCA/ARL, and packaging EPR in a single call rather than consulting separate regulatory databases or legal counsel for initial scoping. Best suited for teams doing a first-pass audit of SKU-level compliance obligations across California consumer product law, federal subscription commerce rules, and state packaging EPR programs.

## Known failure modes

- HTTP 402 if payment is not provided or USDC balance is insufficient
- HTTP 429 if rate limit is exceeded
- HTTP 500 if the upstream brief generation service is unavailable
- Checklist content may not reflect the most recent regulatory amendments if not refreshed

## How this service works

Prop 65 SKU warning / 60-day notice file, FTC click-to-cancel ROSCA + state ARL consent audit, multi-state packaging EPR SKU filing checklist. Ops only; not legal advice or certification.

## Output

A structured compliance pack document containing: (1) a California Prop 65 SKU warning requirements guide and 60-day notice file checklist, (2) an FTC ROSCA click-to-cancel and state automatic renewal law (ARL) consent audit checklist, and (3) a multi-state packaging extended producer responsibility (EPR) SKU filing checklist. Returned as an operational reference for internal ops teams; explicitly not legal advice or certification.

## 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"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/prop65-ftc-epr-compliance-pack-333e5d63/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-niche-briefs.fly.dev](https://www.zero.xyz/host/x402-niche-briefs.fly.dev/llms.txt)
