# Basebuilder2 Search – Translate Endpoint

> Basebuilder2 Search – Translate Endpoint is a paid API for AI agents from bbx-search.vercel.app, paid per call via x402, $0.103371/call, status unknown (last checked 2026-09-16).

Translates text or queries via the BaseBuilder Search API hub, one of 18 paid endpoints on the platform.

## Facts

- Endpoint: POST https://bbx-search.vercel.app/api/translate
- Price: $0.103371/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/basebuilder2-search-translate-endpoint-ec111b59
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZM64kCFyDzZuerefGxcqb

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-search-translate-endpoint-ec111b59 -d '<json body>'
```

Example prompt: Can you translate this text — 'Where is the nearest hospital?' — into French using the BaseBuilder Search translate endpoint?

## When to prefer this

Choose this endpoint when you need lightweight, pay-per-call text translation within the BaseBuilder Search ecosystem, especially if already integrated with the x402 micropayment protocol and using other BaseBuilder Search endpoints.

## Known failure modes

- Unsupported language pair returns an error or empty result
- Malformed request body causes a 400 Bad Request
- Payment failure (x402) if USDC balance is insufficient
- Rate limiting or server errors from the underlying Vercel deployment
- Ambiguous or very short input may produce low-quality translations

## How this service works

BaseBuilder Search API hub - 18 paid endpoints

## Output

Returns a translated version of the submitted text in the target language, delivered as a text payload in the API response.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/basebuilder2-search-translate-endpoint-ec111b59/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)
