# Suverse Federal Register Documents by Type

> Suverse Federal Register Documents by Type is a paid API for AI agents from proxy.suverse.io, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Fetches recent US Federal Register documents filtered by document type (PRORULE, RULE, NOTICE, PRESDOCU), returning titles, document numbers, agencies, and publication dates.

## Facts

- Endpoint: POST https://proxy.suverse.io/v1/data/suverse-civic-fedreg-docs-by-type
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/suverse-federal-register-documents-by-type-6adfbb8a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rGwzNSuuSS36unEmq_x4f

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 suverse-federal-register-documents-by-type-6adfbb8a -d '<json body>'
```

Example prompt: Can you pull the latest NOTICE documents from the Federal Register so I can see what federal agencies have published recently?

## When to prefer this

Use this endpoint when you need a keyless, pay-per-call way to retrieve recent Federal Register documents by type without managing API keys or rate limits. Prefer it over direct Federal Register API calls when operating in an agentic x402 payment environment or when you need quick regulatory monitoring with minimal setup.

## Known failure modes

- Invalid or unsupported document type value causes empty or error response
- Network or proxy timeout if Federal Register upstream is slow
- Payment failure if USDC balance is insufficient for the $0.002 per-call fee
- No results returned if no documents of the requested type were recently published

## How this service works

Recent US Federal Register documents by type (PRORULE, RULE, NOTICE, PRESDOCU). Returns titles, doc numbers, agencies, publication dates. Keyless Federal Register API. For agents tracking regulations.

## Output

A list of recent Federal Register documents of the requested type, each containing the document title, document number, issuing agency or agencies, and publication date.

## 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",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "properties": {}
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/suverse-federal-register-documents-by-type-6adfbb8a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from proxy.suverse.io](https://www.zero.xyz/host/proxy.suverse.io/llms.txt)
