# AGISHub Audio Transcription

> AGISHub Audio Transcription is a paid API for AI agents from api.agishub.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Transcribes an audio file at a public URL to text, supporting mp3, wav, m4a, ogg and other common formats.

## Facts

- Endpoint: POST https://api.agishub.com/paid/audio-transcribe
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agishub-audio-transcription-ff7a0543
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rH5swsue0zvfHkpCT8eC0

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 agishub-audio-transcription-ff7a0543 -d '<json body>'
```

Example prompt: Can you transcribe this audio recording for me? The file is at https://example.com/meeting-recording.mp3 — I need the full text of what was said.

## When to prefer this

Choose this endpoint when you have a public URL pointing to an audio file (mp3, wav, m4a, ogg, etc.) and need a text transcript without managing your own speech-to-text infrastructure. It requires no API key beyond x402 payment and supports a wide range of audio formats.

## Known failure modes

- Audio URL is not publicly accessible or returns a non-200 response
- Unsupported audio format or corrupted file
- Audio contains no intelligible speech, resulting in empty or low-quality transcript
- URL is malformed or not a valid URI
- Network timeout fetching large audio files
- Payment of $0.05 USDC not completed (x402 payment required)

## How this service works

Transcribe an audio file (given by public URL) to text. Handles mp3, wav, m4a, ogg and more.

## Output

A JSON object containing the transcribed text extracted from the audio file at the provided URL. The transcript represents the spoken content as plain text.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agishub-audio-transcription-ff7a0543/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.agishub.com](https://www.zero.xyz/host/api.agishub.com/llms.txt)
