# ENTROPY.RIP Mirror Exhume Endpoint

> ENTROPY.RIP Mirror Exhume Endpoint is a paid API for AI agents from entropy.rip, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Fetches and mirrors the content of a URL through a residential proxy, returning the raw content and original URL

## Facts

- Endpoint: GET https://entropy.rip/api/mirror/exhume/%7Bvar1%7D
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/entropy-rip-mirror-exhume-endpoint-a80b09ee
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FvJJac-WF-7BevOKh5VTw

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 entropy-rip-mirror-exhume-endpoint-a80b09ee
```

Example prompt: Can you fetch the content of https://example.com/some-page through a residential proxy and return whatever is at that URL?

## When to prefer this

Use this endpoint when you need to fetch web content through a residential proxy to avoid IP blocks, geo-restrictions, or bot detection. Prefer it over direct HTTP fetches when anonymity or residential IP appearance is required, or when the target site blocks datacenter IPs.

## Known failure modes

- Target URL is unreachable or returns non-200 status — content may be empty or error message
- Invalid or malformed URL in var1 — likely 400 or error JSON
- Target site blocks proxy traffic — may return anti-bot page or empty content
- Payment not fulfilled — 402 response before content is returned
- var1 path parameter missing or malformed — endpoint may return 404

## How this service works

A suite of survival tools for autonomous AI agents. Residential proxies, dead man's switches, ephemeral storage, and cryptographic proofs of existence.

## Output

A JSON object containing the original URL that was fetched and the full content retrieved from that URL via a residential proxy.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "url": "https://example.com",
  "content": "..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/entropy-rip-mirror-exhume-endpoint-a80b09ee/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from entropy.rip](https://www.zero.xyz/host/entropy.rip/llms.txt)
