# JarvisClaw Audio Transcription API

> JarvisClaw Audio Transcription 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-13).

Transcribes audio files to text using AI models via an OpenAI-compatible endpoint, billed per call in USDC.

## Facts

- Endpoint: GET https://uat.jarvisclaw.ai/v1/audio/transcriptions
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-audio-transcription-api-6e2b30c6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rD_FNwlfXZ8I5v4dHFSTP

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-transcription-api-6e2b30c6
```

Example prompt: Transcribe this audio file for me — use the whisper-1 model and give me the full text of what was said.

## When to prefer this

Choose this endpoint when you need a pay-per-call, crypto-native (USDC on Base or Solana) speech-to-text transcription with OpenAI API compatibility, avoiding subscription-based API keys. Ideal for agents that need on-demand transcription billed directly in USDC without managing OpenAI credentials.

## Known failure modes

- Unsupported audio format — endpoint may reject non-standard file types
- Audio file too large — may hit size or duration limits
- Invalid or unavailable model name — returns error if specified model is not supported
- Payment failure — x402 USDC payment not settled, request rejected
- Network timeout on large audio files — transcription may time out for very long recordings

## How this service works

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

## Output

A text transcript of the spoken content from the submitted audio file, returned as a plain-text or structured string matching OpenAI's /v1/audio/transcriptions response format.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "file": {
   "type": "string",
   "description": "Audio file"
  },
  "model": {
   "type": "string",
   "description": "Transcription model"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jarvisclaw-audio-transcription-api-6e2b30c6/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)
