# PolicyPulse Legislative Activity Brief

> PolicyPulse Legislative Activity Brief is a paid API for AI agents from policypulse-ten.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns a weekly or monthly legislative activity brief covering policy developments across all policy sectors for government-affairs and policy agents.

## Facts

- Endpoint: GET https://policypulse-ten.vercel.app/api/monitor
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/policypulse-legislative-activity-brief-1cf24e14
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qmJPByBKrgDh00hSbSmoV

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 policypulse-legislative-activity-brief-1cf24e14
```

Example prompt: Pull me a weekly legislative activity brief across all policy sectors so I can prep for our government-affairs team meeting.

## When to prefer this

Use this endpoint when you need a broad, cross-sector legislative activity digest on a recurring weekly or monthly cadence — ideal for government-affairs teams needing a high-level policy overview rather than a deep dive into a specific sector, agency rule, or jurisdiction.

## Known failure modes

- Invalid or unsupported time period parameter returns an error
- Payment of 0.1 USDC not fulfilled results in 402 Payment Required
- Service unavailable due to Vercel cold start or upstream data source outage
- Empty brief returned if no significant legislative activity occurred in the requested period

## How this service works

Legislative activity brief for policy and government-affairs agents. Returns a weekly or monthly brief across all policy sectors.

## Output

A structured weekly or monthly brief summarizing legislative activity across all policy sectors, including bills, regulatory actions, and policy movements relevant to government-affairs professionals.

## Example request

```json
{
 "lang": "en",
 "text": "The Environmental Protection Agency (EPA) has issued new regulations requiring industrial facilities to reduce greenhouse gas emissions by 25% over the next five years, with compliance deadlines beginning in Q2 2024.",
 "context": "regulatory",
 "entity_type": "industrial_facility"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "topic": {
   "type": "string",
   "description": "topic"
  },
  "period": {
   "type": "string",
   "description": "period"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/policypulse-legislative-activity-brief-1cf24e14/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from policypulse-ten.vercel.app](https://www.zero.xyz/host/policypulse-ten.vercel.app/llms.txt)
