# PolicyPulse State Legislative Intelligence

> PolicyPulse State Legislative Intelligence 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).

Retrieves state-level legislative data and policy intelligence for all 50 US states via Open States, covering topics like minimum wage, privacy laws, and more.

## Facts

- Endpoint: GET https://policypulse-ten.vercel.app/api/state
- 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-state-legislative-intelligence-c2999bf1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cXJZEgLWeKKkkZCrBFmwb

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-state-legislative-intelligence-c2999bf1
```

Example prompt: Pull the latest state-level legislative activity on consumer data privacy for California — I need to know what bills are active, their current status, and any recent changes that might affect our compliance obligations.

## When to prefer this

Use this endpoint when you need state-level legislative and policy intelligence across any of the 50 US states, especially for compliance tracking, regulatory monitoring, or policy research on topics like minimum wage, privacy, labor, and healthcare. Prefer this over federal endpoints when the user's question is specific to a particular US state or when comparing state-level laws.

## Known failure modes

- Invalid or unsupported state name returns an error
- Overly broad or ambiguous topic query may return incomplete results
- Payment failure (402) if USDC payment not properly attached
- Rate limiting if too many requests are made
- Open States data may have a lag for very recent legislative activity

## How this service works

State-level legislative intelligence for policy and compliance agents. Covers all 50 US states via Open States, from minimum wage to privacy.

## Output

Returns structured legislative intelligence for the requested US state and policy topic, including active bills, their status, summaries, and relevant policy details sourced from Open States covering all 50 US states.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "state": {
   "type": "string",
   "description": "2-letter state code (TX) or comma-separated list (CA,TX,NY)"
  },
  "topic": {
   "type": "string",
   "description": "Topic to search (e.g. 'gig worker classification', 'minimum wage', 'rent control', 'cannabis')"
  },
  "action": {
   "type": "string",
   "description": "action"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/policypulse-state-legislative-intelligence-c2999bf1/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)
