# ESGPulse Greenwashing Risk Detector

> ESGPulse Greenwashing Risk Detector is a paid API for AI agents from esgpulse.theaslangroupllc.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-13).

Analyzes marketing and sustainability claims for greenwashing risk, covering EU Green Claims Directive compliance, substantiation requirements, and enforcement precedents.

## Facts

- Endpoint: GET https://esgpulse.theaslangroupllc.com/api/esg/greenwashing
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/esgpulse-greenwashing-risk-detector-ab8786f8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UUIk4iSC_RcZg09bOl5aS

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 esgpulse-greenwashing-risk-detector-ab8786f8
```

Example prompt: Can you check our product marketing copy for greenwashing risk? The claim is: 'Our packaging is 100% eco-friendly and carbon neutral' — I need to know if it passes EU Green Claims Directive standards and whether we have enough substantiation to back it up.

## When to prefer this

Use this endpoint when you need to validate marketing or sustainability claims specifically against EU Green Claims Directive standards and greenwashing risk criteria, especially when enforcement precedent and substantiation guidance are needed. Prefer this over generic compliance tools when the focus is on environmental/green marketing claims rather than full ESG disclosure or financial taxonomy alignment.

## Known failure modes

- Missing claim text input returns 400 error
- Overly vague claims may return low-confidence assessments
- Non-EU regulatory contexts may have limited coverage
- Payment not received returns 402 Payment Required
- Rate limiting if too many calls in quick succession

## How this service works

Greenwashing risk detector for compliance and marketing-compliance agents. Covers EU Green Claims Directive compliance, substantiation requirements, recent enforcement actions, and claim-by-claim risk analysis.

## Output

Returns a claim-by-claim greenwashing risk analysis including risk scores, EU Green Claims Directive compliance status, substantiation requirements, and references to relevant enforcement actions for each assessed claim.

## 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 | it | nl | pt | da | sv | pl | ar"
      },
      "claims": {
       "type": "string",
       "description": "carbon neutral | net zero | eco-friendly | sustainable (marketing claims to analyse)"
      },
      "company": {
       "type": "string",
       "description": "Shell | H&M | Volkswagen (company name for enforcement history lookup)"
      },
      "jurisdiction": {
       "type": "string",
       "description": "EU | UK | US | AU | CA | DE | FR | NL | other"
      }
     }
    }
   },
   "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": {
  "claim": "carbon neutral by 2030",
  "risk_level": "HIGH",
  "recent_enforcement": [
   "KLM fined by Dutch regulator for \"Fly Responsibly\" campaign",
   "H&M ASA ruling on Conscious Collection"
  ],
  "compliant_alternative": "Our Scope 1+2 emissions are verified by SGS to be offset via Gold Standard projects — Scope 3 reduction roadmap published at [URL]",
  "substantiation_required": [
   "LCA covering full value chain",
   "Third-party verification",
   "Scope 3 inclusion"
  ],
  "eu_green_claims_directive_compliance": false
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/esgpulse-greenwashing-risk-detector-ab8786f8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from esgpulse.theaslangroupllc.com](https://www.zero.xyz/host/esgpulse.theaslangroupllc.com/llms.txt)
