# KiteEndpoints.ai - Translate All

> KiteEndpoints.ai - Translate All is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.07/call, status unknown (last checked 2026-09-15).

Translates content across multiple languages simultaneously via a pay-per-request API hub endpoint.

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/translate-all
- Price: $0.07/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-translate-all-2b52f223
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Il2jQ9xJyO35NSOHPFeWG

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 kiteendpoints-ai-translate-all-2b52f223 -d '<json body>'
```

Example prompt: Can you translate this message — 'Welcome to our platform, we are happy to have you!' — into all available languages at once using the KiteEndpoints translate-all service?

## When to prefer this

Choose this endpoint when you need to translate text or content into all supported languages in a single API call, rather than making separate requests per language. Useful for multilingual content pipelines, global localization workflows, or when you want to cover all languages without specifying individual target languages.

## Known failure modes

- Missing or malformed input result object returns a generic error response
- Empty or null text input may return an empty translation result
- Unsupported content types may cause processing failures
- Payment failure (insufficient USDC balance) returns HTTP 402
- Rate limiting or quota exceeded returns an error

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a result object containing translated versions of the input content across all supported languages, wrapped in a standard API response envelope with a 'result.data' field.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-ai-translate-all-2b52f223/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
