# Whisper Edge Audio Transcription

> Whisper Edge Audio Transcription is a paid API for AI agents from defi-intel-agent-gateway.gg-neo15.workers.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Transcribes short audio clips (up to 60 seconds) using Workers AI Whisper, returning verbatim text and segment-level timestamps.

## Facts

- Endpoint: POST https://defi-intel-agent-gateway.gg-neo15.workers.dev/v1/audio/whisper-edge-transcript
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/whisper-edge-audio-transcription-e7518cba
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HdXj3jW36_0AZ714cIIlr

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 whisper-edge-audio-transcription-e7518cba -d '<json body>'
```

Example prompt: Can you transcribe this audio clip for me? It's a 45-second voice recording of a meeting snippet — I need the full verbatim text plus timestamps for each spoken segment.

## When to prefer this

Choose this endpoint when you need fast, pay-per-call audio transcription without account setup, especially for short clips (<=60s) where per-call micropayment via x402 on Base is acceptable. Prefer it over full-scale ASR services when you want no API key overhead and need segment timestamps alongside verbatim text. Avoid if your clip is longer than 60 seconds or involves copyright-protected material.

## Known failure modes

- Audio clip exceeds 60-second limit — request rejected or truncated
- Unsupported audio format — processing fails with an error
- Poor audio quality or heavy background noise — low-accuracy or garbled transcript
- Payment not fulfilled via x402 — call blocked before processing
- Copyright-protected audio submitted — usage policy violation (not enforced technically but flagged in terms)
- Network or edge worker timeout — no response returned

## How this service works

Transcribe a short audio clip (<=60s) using Workers AI Whisper. Returns verbatim text + segment timestamps. DO NOT use for copyright audio. — $0.005 USDC/call on Base. Pay-per-call via x402 — no API key, no account. Free samples daily.

## Output

Returns a JSON object containing the full verbatim transcript text of the audio clip and an array of segment-level timestamps indicating when each portion of speech occurred within the recording.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/whisper-edge-audio-transcription-e7518cba/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from defi-intel-agent-gateway.gg-neo15.workers.dev](https://www.zero.xyz/host/defi-intel-agent-gateway.gg-neo15.workers.dev/llms.txt)
