# JarvisClaw Audio Translation API

> JarvisClaw Audio Translation API is a paid API for AI agents from uat.jarvisclaw.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Translates audio content into text using an OpenAI-compatible API gateway with per-call micropayment billing settled in USDC

## Facts

- Endpoint: GET https://uat.jarvisclaw.ai/v1/audio/translations
- 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/jarvisclaw-audio-translation-api-bfae28f7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Of1T5scQQSTq7_Pt08kJO

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 jarvisclaw-audio-translation-api-bfae28f7
```

Example prompt: Can you translate this audio recording of a Spanish interview into English text for me?

## When to prefer this

Choose this endpoint when you need pay-per-call audio translation without a subscription commitment, particularly when building agents that handle sporadic or variable-volume audio translation tasks. Ideal when you want OpenAI Whisper-compatible translation with crypto micropayment settlement (USDC on Base or Solana) rather than traditional API key billing. Prefer over direct OpenAI when you need x402 payment protocol compatibility or blockchain-settled transactions.

## Known failure modes

- Unsupported audio format — endpoint may reject non-standard audio encodings
- Audio too long or too large — may hit payload or duration limits
- Unrecognized language — translation quality may degrade for rare languages
- Payment failure — insufficient USDC balance or x402 payment header missing/malformed
- Gateway routing error — smart routing may fail if underlying provider is unavailable
- Empty or corrupted audio input — returns error or empty translation

## How this service works

AI API Gateway with smart routing, pay per call via x402. OpenAI-compatible. Settled in USDC on Base & Solana.

## Output

Returns translated text output derived from the submitted audio content, converting spoken non-English language into English text via an OpenAI-compatible whisper-style translation endpoint. Payment is deducted per call at $0.045 USDC settled on Base or Solana.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "string",
   "description": "Request input"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jarvisclaw-audio-translation-api-bfae28f7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from uat.jarvisclaw.ai](https://www.zero.xyz/host/uat.jarvisclaw.ai/llms.txt)
