# Stenobird

Audio transcription from a URL.

Send any audio URL. Stenobird turns it into text you can search, quote, summarize, and share with your agent.

Pricing: $0.01 per completed audio minute.

## Main links

- `/pricing`: Get API key
- `/podcast`: Browse podcasts
- `/#skill`: Install the Stenobird skill

## Preview

- The homepage streams a free preview from an audio URL.
- The default example is the Jensen Huang audio page.

## API flow

1. Send any audio URL to `POST /v1/transcripts`.
2. Read streamed transcript chunks from `GET /v1/transcripts/{id}/events`.
3. Use the returned transcript text.

## Agent skill

- Compatible agents: Codex, Claude Code, Pi, Hermes, OpenClaw.
- Install the Stenobird skill: `curl -fsSL https://stenobird.com/skills/stenobird-transcribe/install.sh | sh`
- Codex: `Use $stenobird-transcribe with this audio URL.`
- Claude Code, Hermes, OpenClaw: `/stenobird-transcribe <audio URL>`
- Pi: `/skill:stenobird-transcribe <audio URL>`

## Examples

- Research brief: send a long interview before a meeting so you can pull claims, exact quotes, names, and questions worth asking next.
- Topic tracking: transcribe audio from a show, call, or lecture series so you can compare transcripts over time and spot what changed.

## Docs and API

- HTML: `/docs`
- Text version: `/docs.md`
- OpenAPI: `/openapi.json`
- llms.txt: `/llms.txt`