# 7 Things You Can Build With a Single WebSocket (Using AssemblyAI’s Voice Agent API) Page: https://stenobird.com/podcast/tech-stories-tech-brief-by-hackernoon-6365648/7-things-you-can-build-with-a-single-websocket-using-assemblyai-s-voice-agent-api Text version: https://stenobird.com/podcast/tech-stories-tech-brief-by-hackernoon-6365648/7-things-you-can-build-with-a-single-websocket-using-assemblyai-s-voice-agent-api.md Podcast: [Tech Stories Tech Brief By HackerNoon](https://stenobird.com/podcast/tech-stories-tech-brief-by-hackernoon-6365648) Published: 2026-05-02T16:00:44+00:00 Episode link: https://share.transistor.fm/s/d910ef45 Audio file: https://media.transistor.fm/d910ef45/25c20a0c.mp3 Processing state: not_requested JSON: https://stenobird.com/v1/public/podcasts/tech-stories-tech-brief-by-hackernoon-6365648/episodes/7-things-you-can-build-with-a-single-websocket-using-assemblyai-s-voice-agent-api Duration seconds: 371 ## Resource This story was originally published on HackerNoon at: https://hackernoon.com/7-things-you-can-build-with-a-single-websocket-using-assemblyais-voice-agent-api . Build voice AI apps faster with a single API. Explore 7 real-time use cases from support bots to sales agents. Check more stories related to tech-stories at: https://hackernoon.com/c/tech-stories . You can also check exclusive content about #ai-voice-agent , #voice-ai , #voice-ai-api , #real-time-voice-agents , #ai-voice-applications , #multilingual-voice-ai , #websocket-voice-ai , #good-company , and more. This story was written by: @assemblyai . Learn more about this writer by checking @assemblyai's about page, and for more stories, please visit hackernoon.com . Most voice AI architectures look like a Rube Goldberg machine. You pipe audio into a speech-to-text service, feed the transcript to an LLM, send the LLM’s reply to a text-to-speech engine, then duct-tape the audio back to the user. Each hop adds latency, failure modes, and billing dashboards. AssemblyAI’s Voice Agent API collapses all of that into one WebSocket connection ## Actions - request_transcript: `POST https://stenobird.com/v1/public/podcasts/tech-stories-tech-brief-by-hackernoon-6365648/episodes/7-things-you-can-build-with-a-single-websocket-using-assemblyai-s-voice-agent-api/transcription-requests` — Idempotently request low-priority transcript generation for this episode. - read_markdown: `GET https://stenobird.com/podcast/tech-stories-tech-brief-by-hackernoon-6365648/7-things-you-can-build-with-a-single-websocket-using-assemblyai-s-voice-agent-api.md` — Read the agent-friendly Markdown representation of this episode resource. A page view does not enqueue transcription. Agents should invoke `request_transcript` explicitly when they need this episode processed. ## Transcript Full transcripts are not published on public pages unless there is a clear rights basis.