# ESGPulse Disclosure Builder

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

Returns a structured ESG disclosure package including ESRS data-point checklist, GRI index template, and climate-related financial disclosures guide for sustainability reporting and compliance.

## Facts

- Endpoint: GET https://esgpulse.theaslangroupllc.com/api/esg/disclosure
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/esgpulse-disclosure-builder-da5a3b49
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rD6jtLBf09foxFpehGdCn

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-disclosure-builder-da5a3b49
```

Example prompt: Can you build me an ESG disclosure package — I need an ESRS data-point checklist, a GRI index template, and a guide on what climate-related financial disclosures we need to include in our sustainability report?

## When to prefer this

Use this endpoint when an agent needs to generate or structure an ESG disclosure report and requires a checklist of required data points, a GRI index template, or climate-related financial disclosure guidance. Prefer this over the CSRD roadmap endpoint (which tells you which ESRS standards apply) when the task is about what specific data points to disclose and how to format the disclosure output itself.

## Known failure modes

- Missing or ambiguous company/sector context may result in generic rather than tailored checklists
- Framework-specific requests outside ESRS/GRI/TCFD scope may return incomplete guidance
- API returns HTTP 402 if payment header is not properly included
- Service may not reflect the very latest regulatory amendments if recently published

## How this service works

ESG disclosure builder for sustainability-reporting and compliance agents. Returns what to disclose and how to structure it: ESRS data-point checklist, GRI index template, and climate-related financial disclosures guide.

## Output

Returns a structured disclosure package containing: an ESRS data-point checklist specifying what must be reported under European Sustainability Reporting Standards, a GRI index template for structuring Global Reporting Initiative disclosures, and a climate-related financial disclosures guide aligned with frameworks like TCFD — giving the agent a complete blueprint for what to disclose and how to organize it.

## 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 | pl | ja | zh | pt | ar"
      },
      "topic": {
       "type": "string",
       "description": "all | climate | biodiversity | water | workforce | governance | social"
      },
      "format": {
       "type": "string",
       "description": "guide | checklist | template | datapoints"
      },
      "sector": {
       "type": "string",
       "description": "Technology | Finance | Energy | Healthcare | Manufacturing"
      },
      "framework": {
       "type": "string",
       "description": "CSRD | GRI | ISSB | TCFD | CDP | SASB"
      }
     }
    }
   },
   "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": {
  "framework": "CSRD",
  "mandatory_esrs": [
   "ESRS 2",
   "ESRS E1",
   "ESRS S1"
  ],
  "tcfd_alignment": "ESRS E1 covers TCFD climate disclosures",
  "total_data_points": 82,
  "checklist_included": true,
  "gri_cross_reference": true,
  "phased_requirements": {
   "year1": "ESRS 2 + material topics",
   "year3": "full ESRS suite"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/esgpulse-disclosure-builder-da5a3b49/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)
