# AI Rook Translate — Language Translation API

> AI Rook Translate — Language Translation API is a paid API for AI agents from agents.ai-rook.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Translates text between languages using the MiniMax M2.7 model, returning the translated text along with source/target language and timing metadata.

## Facts

- Endpoint: GET https://agents.ai-rook.com/api/translate
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ai-rook-translate-language-translation-api-51b58065
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_luIndzwvarxzlYoJ0y44x

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 ai-rook-translate-language-translation-api-51b58065
```

Example prompt: Translate 'Bitcoin is breaking above resistance' from English to Spanish using AI Rook's translation API — I need the result fast and don't want to sign up anywhere.

## When to prefer this

Choose this endpoint when you need pay-per-call text translation with no signup, no API key, and USDC micropayment billing on Base mainnet. Ideal for AI agents needing ad-hoc translation in automated pipelines, especially when combined with other AI Rook endpoints like trading signals or AI inference in a single platform.

## Known failure modes

- Unsupported language pair returns an error or empty translation
- Malformed or missing query parameters cause a 400-level error
- Payment failure via x402 (insufficient USDC balance) blocks the call
- Very long input text may exceed model token limits
- Network timeout for unusually complex translations

## How this service works

Live crypto trading intelligence for AI agents — real-time BTC signals, CVD, order flow, and active strategy setups, no API keys or signup. 43 pay-per-call endpoints total: trading data, AI inference (MiniMax M2.7 (456B-parameter Mixture-of-Experts)), web utilities, verification, and ERC-8183 ACP escrow with on-chain ERC-8004 reputation attestation (Agent ID 59646). Four payment rails: USDC on Base mainnet (default), USDC on Solana mainnet, HBAR/USDC on Hedera testnet, USDT on BNB Chain testnet. One free trial call per endpoint. Prices from $0.001/call.

## Output

A JSON object containing the translated text string, detected or confirmed source language code, target language code, character count of the translation, model name (minimax-m2.7-mxfp4), and elapsed processing time in milliseconds.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "type": "string",
     "enum": [
      "GET"
     ]
    }
   },
   "required": [
    "type",
    "method"
   ],
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ai-rook-translate-language-translation-api-51b58065/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.ai-rook.com](https://www.zero.xyz/host/agents.ai-rook.com/llms.txt)
