# MakeMoneyBot Text Hashing

> MakeMoneyBot Text Hashing is a paid API for AI agents from x402-api-4tjbs2.openpouch.sh, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Computes a cryptographic hash (SHA-256, SHA-512, SHA-1, or MD5) of provided text and returns the hex and base64 representations

## Facts

- Endpoint: POST https://x402-api-4tjbs2.openpouch.sh/v1/hash
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/makemoneybot-text-hashing-75cbf62a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UZ3HdC0Osz62ETn9K7F6w

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 makemoneybot-text-hashing-75cbf62a -d '<json body>'
```

Example prompt: Can you hash the text 'Hello, World!' using SHA-256 and give me the hex result?

## When to prefer this

Choose this endpoint when you need a quick, cheap cryptographic hash of a text string over HTTP with payment via x402/USDC on Base — particularly useful in agent workflows that already handle x402 micropayments and need on-demand hashing without standing up crypto libraries.

## Known failure modes

- Missing 'text' query parameter returns an error
- Text exceeding 100KB limit is rejected
- Invalid 'algo' value (not sha256, sha512, sha1, or md5) returns an error
- Payment of $0.001 USDC not fulfilled results in HTTP 402 response before processing

## How this service works

x402-paid money briefs + hash. Free sample: GET /v1/sample-brief. One-pager GET/POST /v1/money-onepager ≥$0.25 USDC. Pack GET/POST /v1/money-pack ≥$1 USDC on Base.

## Output

Returns a JSON object containing the computed hash in hex encoding, base64 encoding, and the algorithm name used (e.g. sha256, sha512, sha1, md5).

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "hex": "b94d27b9934d3e08a52e52d7da7dabfac484efe37a5380ee9088f7ace2efcde9",
  "algo": "sha256",
  "base64": "uU0nuZNNPgilLlLX2n2r+sSE7+N6U4DukIj3rOLvzek="
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/makemoneybot-text-hashing-75cbf62a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-api-4tjbs2.openpouch.sh](https://www.zero.xyz/host/x402-api-4tjbs2.openpouch.sh/llms.txt)
