# PolicyPulse Legislative Activity Brief

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

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

## Facts

- Endpoint: GET https://policypulse.theaslangroupllc.com/api/monitor
- 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/policypulse-legislative-activity-brief-3be86c66
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OzKo78wKSCNkpKLe7erEH

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-3be86c66
```

Example prompt: Can you pull me the weekly legislative activity brief from PolicyPulse covering all policy sectors — I need to be up to date on what moved in Congress and across the regulatory landscape this week.

## When to prefer this

Choose this endpoint when you need a broad, cross-sector legislative overview on a weekly or monthly cadence — ideal for policy teams, lobbyists, or government-affairs professionals who want a digest of all major legislative activity rather than a sector-specific or jurisdiction-specific deep dive. For state-level or single-sector focus, prefer sibling endpoints.

## Known failure modes

- Invalid period parameter returns error — must specify weekly or monthly
- Payment of 0.1 USDC not completed results in 402 Payment Required
- No new legislative activity for the period may return an empty or minimal brief
- Rate limiting if called too frequently in a short window

## 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 legislative activity brief (weekly or monthly) summarizing key bills, policy movements, and legislative developments across all policy sectors, suitable for government-affairs and policy teams.

## 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-3be86c66/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from policypulse.theaslangroupllc.com](https://www.zero.xyz/host/policypulse.theaslangroupllc.com/llms.txt)
