# Basebuilder2 Hash Generate

> Basebuilder2 Hash Generate is a paid API for AI agents from bbx-search.vercel.app, paid per call via x402, $0.077154/call, status unknown (last checked 2026-09-14).

Generates a hash value via the BaseBuilder Search API hub, one of 18 paid search-adjacent endpoints

## Facts

- Endpoint: POST https://bbx-search.vercel.app/api/hash-generate
- Price: $0.077154/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/basebuilder2-hash-generate-b8b34a82
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QHcmKcEMiEnunRw2H98Wb

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 basebuilder2-hash-generate-b8b34a82 -d '<json body>'
```

Example prompt: Can you generate a hash for the string 'hello world' using the BaseBuilder hash generator?

## When to prefer this

Choose this endpoint when you need a fast, pay-per-call hash generation service within the BaseBuilder Search API ecosystem, especially if you are already using other BaseBuilder endpoints and want a consistent hub for search-adjacent utilities.

## Known failure modes

- Missing or empty input body returns an error
- Invalid payload format may cause a 400 Bad Request
- Payment not included or insufficient results in 402 Payment Required
- Rate limiting or server unavailability returns 5xx errors

## How this service works

BaseBuilder Search API hub - 18 paid endpoints

## Output

Returns a computed hash string (digest) corresponding to the provided input data, suitable for use as a unique identifier, cache key, or integrity checksum.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/basebuilder2-hash-generate-b8b34a82/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from bbx-search.vercel.app](https://www.zero.xyz/host/bbx-search.vercel.app/llms.txt)
