# ApexAPI AI Text Translation

> ApexAPI AI Text Translation is a paid API for AI agents from apex-api-gamma.vercel.app, paid per call via x402, $0.098483/call, status unknown (last checked 2026-09-14).

Translates text from one language to another using an AI-powered translation endpoint, pay-per-call via USDC on Base.

## Facts

- Endpoint: POST https://apex-api-gamma.vercel.app/api/ai/translate
- Price: $0.098483/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/apexapi-ai-text-translation-489d0dc1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Nm1rq3zt5BwOW5AenWKlD

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 apexapi-ai-text-translation-489d0dc1 -d '<json body>'
```

Example prompt: Translate the following text into French: 'Our new product launches next month and we are very excited to share it with our customers.'

## When to prefer this

Choose this endpoint when you need quick, pay-per-call AI-powered text translation without managing API keys, and you are already operating in a USDC/Base payment environment. Suitable for single-text translation tasks where a lightweight, no-subscription model is preferred.

## Known failure modes

- Missing or empty query field returns an error or empty translation
- Unsupported language pair may result in garbled or untranslated output
- Payment failure (insufficient USDC) returns HTTP 402 and no translation
- Ambiguous input without specified target language may produce unexpected results
- Very long text may be truncated or rejected depending on token limits

## How this service works

Crypto, AI, Social Media, Finance, Weather, Tools &amp; more. Pay per call in USDC on Base. No API keys.

## Output

The agent receives a JSON object containing the translated text output in the target language, derived from the input query string submitted to the AI translation endpoint.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Search query or input parameter"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/apexapi-ai-text-translation-489d0dc1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from apex-api-gamma.vercel.app](https://www.zero.xyz/host/apex-api-gamma.vercel.app/llms.txt)
