# Telnyx Stt

> Transcribe audio files to text using Telnyx Speech-to-Text API. Use when you need to convert audio recordings, voice messages, or spoken content to text. Use when this capability is needed.

- Skill: `tomevault-io/telnyx-stt` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/telnyx-stt`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/telnyx-stt/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/telnyx-stt

---


# Telnyx Speech-to-Text

Transcribe audio files to text using the Telnyx STT API (powered by Whisper).

## Usage

To transcribe an audio file, run:

```bash
{baseDir}/scripts/telnyx-stt.py /path/to/audio.mp3
```

The script outputs the transcribed text to stdout.

## Supported Formats

- MP3
- WAV
- OGG
- M4A
- WebM

## Example

```bash
{baseDir}/scripts/telnyx-stt.py /tmp/voice-message.ogg
```

Output:
```
Hello, this is a test transcription.
```

## Environment

Requires `TELNYX_API_KEY` environment variable to be set.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/team-telnyx) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-16 -->

