X402 Git — Humanizer Code Release Snapshot is a paid API for AI agents from x402git.com, paid per call via x402, $9/call, status unknown (last checked 2026-09-19).
Fetches the latest paid release snapshot of the 'humanizer' code repository, returning a signed download URL, version metadata, and artifact hash for agent consumption via x402 micropayment.
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.
Returns a JSON object containing: the current version string (e.g. '1.0.2'), an expiry timestamp, a signed download URL pointing to the release zip archive, a manifest URL, a SHA256 hash of the artifact for integrity verification, and a versioned endpoint URL. The agent can use the download URL immediately to fetch the code before it expires.
GEThttps://x402git.com/api/r/examples/humanizerUse this endpoint when an AI agent needs to programmatically acquire a specific versioned code artifact (the 'humanizer' library) and is operating in an x402-enabled payment environment with USDC available. Prefer this over manual GitHub download when you need a signed, verifiable, expiry-bound artifact URL with on-chain payment provenance. Best suited for automated pipelines where code integrity (SHA256) and payment receipts matter.
| Field | Type | Description |
|---|---|---|
| properties | string |
{
"type": "json",
"example": {
"version": "1.0.2",
"expires_at": "2026-09-16T12:05:00.000Z",
"all_versions": false,
"download_url": "https://storage.example/examples/humanizer/1.0.2.zip?signed=…",
"manifest_url": "https://x402git.com/api/label/examples/humanizer",
"artifact_sha256": "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef",
"version_endpoint": "https://x402git.com/api/r/examples/humanizer/v/1.0.2"
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"