# Single Verified URL Evidence Snapshot

> Single Verified URL Evidence Snapshot is a paid API for AI agents from api.the402.ai, paid per call via x402, $1.05/call, status down (last checked 2026-09-15).

Captures a verified, timestamped evidence snapshot of a single public URL for archival or audit purposes

## Facts

- Endpoint: POST https://api.the402.ai/v1/services/svc_7275fe6fbec44eb8/purchase
- Price: $1.05/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/single-verified-url-evidence-snapshot-e8c6197c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3o7b89nb3OirWp54XZqgz

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 single-verified-url-evidence-snapshot-e8c6197c -d '<json body>'
```

Example prompt: Can you take a verified evidence snapshot of https://example.com/terms-of-service right now and give me a job ID I can use to retrieve the archived record?

## When to prefer this

Choose this endpoint when you need a single, verified, timestamped evidence snapshot of a specific public URL — ideal for legal documentation, compliance audits, dispute resolution, or preserving web content before it changes. Prefer this over generic web scrapers when verifiability and provenance of the captured content matter.

## Known failure modes

- URL is unreachable or returns a non-200 status — job may fail or return error status
- Private or paywalled URL that cannot be publicly accessed — snapshot may be incomplete
- URL content is dynamic/JavaScript-rendered and may not fully capture — partial evidence
- Payment failure via x402 protocol — purchase not completed, job not started
- Job processing delay — status remains pending for extended period

## How this service works

Purchase: Single Verified URL Evidence Snapshot

## Output

Returns a job_id (unique identifier for the snapshot job), a status string indicating processing state, and a thread_id for tracking the asynchronous evidence capture workflow.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "job_id": {
   "type": "string"
  },
  "status": {
   "type": "string"
  },
  "thread_id": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/single-verified-url-evidence-snapshot-e8c6197c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.the402.ai](https://www.zero.xyz/host/api.the402.ai/llms.txt)
