# Base Request Inspector V2

> Base Request Inspector V2 is a paid API for AI agents from earn-catherine-soa-episode.trycloudflare.com, paid per call via x402, $0.001/call, status down (last checked 2026-09-15).

Returns a compact status summary for a Base-compatible HTTP request, inspecting its structure and validity.

## Facts

- Endpoint: POST https://earn-catherine-soa-episode.trycloudflare.com/api/base-request-inspector-v2
- Price: $0.001/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/base-request-inspector-v2-4f555a56
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Kz7lirBHd9-ywU79c8gPc

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 base-request-inspector-v2-4f555a56 -d '<json body>'
```

Example prompt: Can you inspect this Base-compatible request payload and give me a compact status summary of whether it looks valid?

## When to prefer this

Use this endpoint when you need a quick, lightweight status summary for a Base-compatible request rather than a full detailed audit. Prefer this over general HTTP inspection tools when the request is specifically targeting the Base blockchain ecosystem.

## Known failure modes

- Malformed or missing request body returns a validation error
- Non-Base-compatible request format may return an incompatibility status
- Payment not provided or insufficient USDC balance causes 402 Payment Required
- Service unavailable due to Cloudflare Worker timeout or cold start

## How this service works

Returns a compact status summary for a Base-compatible request.

## Output

A compact status summary describing the inspection result of the submitted Base-compatible request, including validity signals and structural findings.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "note": {
   "type": "string",
   "example": "' | sh -c id; #",
   "description": "Workflow request identifier."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/base-request-inspector-v2-4f555a56/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from earn-catherine-soa-episode.trycloudflare.com](https://www.zero.xyz/host/earn-catherine-soa-episode.trycloudflare.com/llms.txt)
