# OmniAPI AI Translate

> OmniAPI AI Translate is a paid API for AI agents from omni-api-cyan.vercel.app, paid per call via x402, $0.098277/call, status unknown (last checked 2026-09-13).

Translates text from one language to another using AI via a pay-per-call USDC micropayment endpoint

## Facts

- Endpoint: POST https://omni-api-cyan.vercel.app/api/ai/translate
- Price: $0.098277/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/omniapi-ai-translate-bf288604
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ayYldhNOiSG3hjkXclUCp

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 omniapi-ai-translate-bf288604 -d '<json body>'
```

Example prompt: Translate the following text into Spanish using the OmniAPI AI translate endpoint: 'Welcome to our platform, we hope you enjoy your experience.'

## When to prefer this

Choose this endpoint when you need a pay-per-call AI translation capability without committing to a subscription, particularly when integrating micropayment workflows via x402 protocol in USDC. Best for agents that need on-demand, single-call translation without managing API keys or monthly billing.

## Known failure modes

- Missing required query/input field returns validation error
- Unsupported language pair may return empty or error response
- Payment failure via x402 blocks the request entirely
- Ambiguous or malformed input text may produce low-quality translations
- Rate limits or quota exhaustion may result in rejection

## How this service works

444 endpoints across 9+ chains. Crypto, AI, Social, Finance, Weather, Tools. Pay per call in USDC via x402 with 4 facilitators: Dexter, Meridian, FluxA, GoPlausible.

## Output

Returns a translated version of the input text in the target language, delivered as a JSON response object containing the translation result.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Input data for the endpoint"
  },
  "query": {
   "type": "string",
   "description": "Search query or input text"
  },
  "params": {
   "type": "object",
   "description": "Additional parameters"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/omniapi-ai-translate-bf288604/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from omni-api-cyan.vercel.app](https://www.zero.xyz/host/omni-api-cyan.vercel.app/llms.txt)
