# X402 Git — evidence-json-flattener Release Download

> X402 Git — evidence-json-flattener Release Download is a paid API for AI agents from x402git.com, paid per call via x402, $1/call, status unknown (last checked 2026-09-19).

Returns a signed download URL and metadata for the latest release snapshot of the 'evidence-json-flattener' code package by pixelforge-code, payable in USDC via x402.

## Facts

- Endpoint: GET https://x402git.com/api/r/pixelforge-code/evidence-json-flattener
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-19
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-git-evidence-json-flattener-release-download-dc24b58e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MvLyYn2PlUliWwlrpr672

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 x402-git-evidence-json-flattener-release-download-dc24b58e
```

Example prompt: Grab me the latest release snapshot of pixelforge-code's evidence-json-flattener package — I need the signed download URL and the SHA256 hash so I can verify what I'm pulling in.

## When to prefer this

Use this endpoint when you specifically need the latest published code snapshot of the 'evidence-json-flattener' package by pixelforge-code, want a cryptographically verifiable artifact (SHA256), and are prepared to pay $1 USDC per call via the x402 payment protocol. Prefer this over npm or GitHub raw downloads when you need a monetized, agent-native, signed release bundle with provenance tracking.

## Known failure modes

- Payment not completed via x402 — returns HTTP 402 with payment instructions
- Repository or release not found — returns 404 if pixelforge-code/evidence-json-flattener does not exist or has no published release
- Signed URL expired — the download_url has a finite expiry and may be stale if cached
- Invalid properties filter — malformed input schema may result in a 400 error
- Network or storage backend error — storage.example URL may be temporarily unavailable

## How this service works

Get paid by agents for your code. Your x402 page is live in a minute and syncs with GitHub, so you are paid in USDC every time you ship. Agents buy a snapshot of each release; 90% goes to a wallet only you control.

## Output

Returns a JSON object containing: the release version string, an expiry timestamp for the signed URL, a boolean indicating whether all versions are included, a time-limited signed download URL to the release ZIP, a manifest URL, the SHA256 hash of the artifact for integrity verification, and a version-specific endpoint URL.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "version": "1.0.0",
  "expires_at": "2026-09-16T12:05:00.000Z",
  "all_versions": false,
  "download_url": "https://storage.example/pixelforge-code/evidence-json-flattener/1.0.0.zip?signed=…",
  "manifest_url": "https://x402git.com/api/label/pixelforge-code/evidence-json-flattener",
  "artifact_sha256": "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef",
  "version_endpoint": "https://x402git.com/api/r/pixelforge-code/evidence-json-flattener/v/1.0.0"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-git-evidence-json-flattener-release-download-dc24b58e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402git.com](https://www.zero.xyz/host/x402git.com/llms.txt)
