# httpay.xyz LibreTranslate Text Translation

> httpay.xyz LibreTranslate Text Translation is a paid API for AI agents from httpay.xyz, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-13).

Translates text from one language to another using LibreTranslate, accessible via HTTP with per-call micropayment pricing

## Facts

- Endpoint: POST https://httpay.xyz/api/translate
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 3
- Tags: x402
- Canonical page: https://www.zero.xyz/c/httpay-xyz-1a77af8b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1tSk8hR_8CBqFD-hYkdSP

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 httpay-xyz-1a77af8b -d '<json body>'
```

Example prompt: Translate this text from English to Spanish using LibreTranslate: 'Welcome to our store, how can I help you today?'

## When to prefer this

Choose this endpoint when you need a lightweight, pay-per-call text translation API backed by LibreTranslate without committing to a subscription. Ideal for agents needing occasional translation in automated workflows, especially when micropayment (x402) billing is acceptable and open-source translation quality suffices.

## Known failure modes

- Unsupported language pair returns an error indicating the language combination is not available
- Empty or missing source text results in a 400 bad request error
- Payment not provided or insufficient results in a 402 Payment Required response
- Rate limiting or service unavailability returns a 503 error
- Very long text may exceed size limits and return a payload too large error

## How this service works

Translate text between languages via LibreTranslate

## Output

Returns the translated text in the target language, along with the detected source language and a confidence score for the translation.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "description": "Translate text between languages via LibreTranslate"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-xyz-1a77af8b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from httpay.xyz](https://www.zero.xyz/host/httpay.xyz/llms.txt)
