# JarvisClaw Audio Transcriptions

> JarvisClaw Audio Transcriptions 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-16).

Transcribes audio files to text using AI models, accessed via pay-per-call x402 payments settled in USDC

## Facts

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

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-transcriptions-d93b2155
```

Example prompt: Transcribe this audio recording for me using gpt-4.1-nano — keep temperature at 0 so the output is accurate and deterministic.

## When to prefer this

Choose this endpoint when you need pay-per-call audio transcription without a subscription, want OpenAI-compatible API semantics, and can settle micropayments in USDC on Base or Solana via x402. Useful for agents that need cost-controlled, on-demand transcription without managing API keys for multiple providers.

## Known failure modes

- 402 Payment Required if x402 payment header is missing or insufficient
- Unsupported model ID returns 400 or routing error
- Audio file format not supported returns 400
- Network timeout for large audio files
- Invalid temperature value outside 0-2 range causes 422

## 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 a text transcription of the submitted audio content, produced by the AI model specified (e.g. gpt-4.1-nano or claude-sonnet-4-6), with the payment of $0.01 USDC settled on Base or Solana via x402 protocol.

## 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-transcriptions-d93b2155/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)
