# AR.IO Gateway Raw Data Egress (permagate.io)

> AR.IO Gateway Raw Data Egress (permagate.io) is a paid API for AI agents from permagate.io, paid per call via x402, $0.078/call, status unknown (last checked 2026-09-13).

Retrieves raw data stored on the Arweave permaweb for a specific transaction ID via the AR.IO gateway at permagate.io

## Facts

- Endpoint: POST https://permagate.io/raw/CJ-3DbCHny8rbMCi4LyBmWbYEBGOgW-XXFw7RrXz-FM
- Price: $0.078/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ar-io-gateway-raw-data-egress-permagate-io-75f6e624
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xJla81E7vBEtR4nk5YGZF

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 ar-io-gateway-raw-data-egress-permagate-io-75f6e624 -d '<json body>'
```

Example prompt: Fetch the raw data for Arweave transaction CJ-3DbCHny8rbMCi4LyBmWbYEBGOgW-XXFw7RrXz-FM from the permaweb — I need the actual file bytes, not wrapped metadata.

## When to prefer this

Use this endpoint when you need to retrieve the raw, unwrapped bytes of a specific Arweave transaction via a paid, reliable AR.IO gateway. Prefer this over free gateways when reliability and SLA matter, or when the data is large (~782 MB) and you need guaranteed egress. Best suited for agents that already know the exact Arweave transaction ID.

## Known failure modes

- Transaction ID not found on Arweave network — gateway returns 404
- Payment not accepted or insufficient USDC balance — x402 payment required error
- Gateway timeout for very large data egress
- Transaction data not yet propagated to this gateway node
- Malformed transaction ID returns 400 bad request

## How this service works

AR.IO Gateway data egress for 782052385 bytes

## Output

Returns the raw binary or file content (approximately 782 MB) stored at the specified Arweave transaction ID on the permaweb, delivered directly without additional metadata wrapping via the AR.IO gateway.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ar-io-gateway-raw-data-egress-permagate-io-75f6e624/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from permagate.io](https://www.zero.xyz/host/permagate.io/llms.txt)
