# JarvisClaw Audio Translation API

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

Translates audio content into text in English using AI models, billed per call via x402 with USDC on Base or Solana.

## Facts

- Endpoint: GET https://api.jarvisclaw.ai/v1/audio/translations
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-audio-translation-api-93dfd1ac
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CgIb6JOQtd8IcX1SCoATA

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-93dfd1ac
```

Example prompt: Can you translate this Spanish audio recording into English text for me? I need the full transcript in English so I can read through what was said.

## When to prefer this

Choose this endpoint when you need to translate non-English audio into English text and want pay-per-call pricing settled in USDC without managing API key subscriptions. It is especially suitable for agents that process audio on demand and need OpenAI-compatible responses with crypto-native payment rails via x402.

## Known failure modes

- Audio format not supported — endpoint may reject non-standard or unrecognized audio encodings
- Payment failure — if the x402 USDC payment on Base or Solana is not settled, the request is rejected
- Empty or silent audio — may return empty transcript or an error
- Audio too long or too large — may exceed model token/duration limits
- Unsupported source language — rare edge-case languages may yield poor translation quality
- Network or routing timeout — smart routing layer may fail to select a backend model in time

## 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 English text derived from the submitted audio input. The response follows OpenAI-compatible formatting, typically including the translated transcript as a text string.

## 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-93dfd1ac/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.jarvisclaw.ai](https://www.zero.xyz/host/api.jarvisclaw.ai/llms.txt)
