# Jurat Batch URL Snapshot

> Jurat Batch URL Snapshot is a paid API for AI agents from jurat.dev, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Creates notarized, cryptographically signed and timestamped snapshots of up to 10 URLs in a single batch call, providing tamper-evident evidence of web content at a point in time.

## Facts

- Endpoint: POST https://jurat.dev/v1/snapshot/batch
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jurat-batch-url-snapshot-b17fd452
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1x9bxvdojDRxoRzuMfIH0

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 jurat-batch-url-snapshot-b17fd452 -d '<json body>'
```

Example prompt: Grab notarized snapshots of these three pages all at once and give me the signed proof for each: https://example.com/terms, https://example.com/pricing, and https://example.com/product — I need cryptographic attestations I can use as evidence.

## When to prefer this

Use this batch endpoint instead of the single-URL snapshot when you need notarized evidence for 2–10 URLs simultaneously and want to minimize round trips and total cost. Prefer it for legal evidence gathering, compliance audits, or any workflow where multiple pages must be archived atomically in the same timestamp window. No signup or API keys required — pay per call in USDC via x402.

## Known failure modes

- Invalid or unreachable URLs return per-URL errors within the batch response
- Submitting more than 10 URLs returns a validation error
- Non-HTTP/HTTPS URLs are rejected
- Payment via x402/USDC fails if wallet is underfunded
- Timeout if target URL is slow to respond
- Private or authenticated URLs cannot be accessed and will fail

## How this service works

Notarized snapshots of any URL with signed ed25519 attestations, sports finals with proof attached, change watchers and wakeups for ephemeral agents, x402 pre-flight and conformance reports. Paid per call in USDC via x402. No signup, no API keys.

## Output

Returns a batch of notarized snapshot records, one per submitted URL. Each record includes an ed25519-signed attestation of the page content, a cryptographic timestamp, and a hash of the captured content — providing tamper-evident proof of what each URL returned at the moment of capture.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "urls"
 ],
 "properties": {
  "urls": {
   "type": "array",
   "description": "JSON array of 1 to 10 http(s) URLs, in the POST body"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jurat-batch-url-snapshot-b17fd452/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from jurat.dev](https://www.zero.xyz/host/jurat.dev/llms.txt)
