# NexusAPI Audio Transcription

> NexusAPI Audio Transcription is a paid API for AI agents from nexus-api-peach-nine.vercel.app, paid per call via x402, $0.187285/call, status unknown (last checked 2026-09-14).

Transcribes audio content into text using an AI-powered speech-to-text service, paid per call in USDC on Base

## Facts

- Endpoint: POST https://nexus-api-peach-nine.vercel.app/api/ai/audio/transcribe
- Price: $0.187285/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nexusapi-audio-transcription-b4e04ffa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0KJp2VWv49moeFceHygWp

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 nexusapi-audio-transcription-b4e04ffa -d '<json body>'
```

Example prompt: Can you transcribe this audio recording for me? Here's the link to the file: https://example.com/my-meeting-recording.mp3 — I need the full spoken content as text.

## When to prefer this

Choose this endpoint when you need a pay-per-call, no-API-key audio transcription service accessible via the x402 protocol on Base, ideal for agents that want to avoid subscription-based speech-to-text APIs and prefer crypto micropayments.

## Known failure modes

- Unsupported audio format returns an error response
- Audio URL unreachable or invalid results in failure
- Very long or large audio files may time out
- Unclear or low-quality audio may yield inaccurate transcripts
- Missing or malformed query/input parameter causes a 400-level error
- Payment failure in USDC results in a 402 response blocking the call

## How this service works

Crypto, AI, Social Media, Finance, Weather, Tools &amp; more. Pay per call in USDC on Base. No API keys.

## Output

Returns a transcription object containing the extracted text from the provided audio input, representing the spoken content as a written transcript.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Search query or input parameter"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "description": "API response data"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nexusapi-audio-transcription-b4e04ffa/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nexus-api-peach-nine.vercel.app](https://www.zero.xyz/host/nexus-api-peach-nine.vercel.app/llms.txt)
