# Suverse Federal Register Full-Text Search

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

Full-text search of US Federal Register documents by keyword or term, returning matching titles, document types, abstracts, document numbers, and total count.

## Facts

- Endpoint: POST https://proxy.suverse.io/v1/data/suverse-regulatory-fedreg-term-search
- Price: $0.06/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-full-text-search-577b4927
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qVl8dz39JX-pKO1suKBrH

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-full-text-search-577b4927 -d '<json body>'
```

Example prompt: Search the US Federal Register for all documents mentioning 'cryptocurrency' and give me their titles, document types, abstracts, and document numbers.

## When to prefer this

Choose this endpoint when you need to search US Federal Register documents by keyword or regulatory topic without requiring an API key. It is ideal for compliance monitoring, legal research, or regulatory intelligence tasks where you want official government rulemaking and notice documents. Prefer it over general web search when you need structured, official federal regulatory data with document metadata.

## Known failure modes

- Empty results if the search term does not match any Federal Register documents
- Request failure if the required body fields are missing or malformed
- Rate limiting or payment failure if the x402 payment is not completed
- Timeout if the Federal Register upstream API is slow or unavailable

## How this service works

Full-text search of US Federal Register documents by term. Returns matching titles, document types, abstracts and document numbers with a total count. Official Federal Register API. Ideal for regulatory monitoring on any topic or keyword.

## Output

Returns a list of matching Federal Register documents including each document's title, document type (e.g. proposed rule, notice, final rule), abstract/summary, and document number, along with a total count of matching results.

## 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-full-text-search-577b4927/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)
