# PolicyPulse State Legislative Intelligence

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

Retrieves state-level legislative and regulatory intelligence for all 50 US states, covering topics from minimum wage to privacy law via Open States data.

## Facts

- Endpoint: GET https://policypulse.theaslangroupllc.com/api/state
- 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-state-legislative-intelligence-01b80332
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_z4xFPsBOdRplabycv_XQZ

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-01b80332
```

Example prompt: Pull up the current state legislative landscape on data privacy for California — I need to know what bills are active or recently passed so I can assess our compliance exposure.

## When to prefer this

Use this endpoint when you need authoritative, structured state-level legislative data for any of the 50 US states, especially for compliance, policy monitoring, or regulatory analysis tasks where Open States coverage is sufficient. Prefer this over federal endpoints when the question is state-specific.

## Known failure modes

- Invalid or unrecognized state identifier returns an error or empty result
- Overly broad topic queries may return too many results without filtering
- Open States data may have latency or gaps for very recent legislative activity
- Ambiguous topic keywords may not map to expected legislative categories
- Payment failure via x402 protocol returns 402 status before data is delivered

## 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 state-level legislative data including bill names, statuses, summaries, and regulatory details sourced from Open States, covering the queried state and policy topic.

## 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-01b80332/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)
