Category
Developer Guides
API tutorials, integration patterns, code examples
Migrating Off OpenAI Realtime API: A Developer's Guide to Private, Flat-Rate Streaming STT
I've migrated 4 voice agents off OpenAI Realtime API. Here's the SDK swap, 400+ hr/month cost math, and which migration path to pick.
Speech-to-Text API Rate Limits: Concurrency, Quotas, and What Breaks at Scale
Rate limits kill speech-to-text pipelines before cost or accuracy ever matter. I've stress-tested six providers under load and mapped what breaks at scale.
Speech-to-Text for Mobile Apps: On-Device vs API Transcription Compared
I've shipped voice into six mobile apps. Here's when on-device Whisper beats a cloud API — and when fixed-rate private transcription wins on battery, privacy, and cost.
Batch Transcription API Best Practices: Preprocessing, Retries, and Cost Control
I've debugged batch STT pipelines that failed 40% of files. Here's the FFmpeg preprocessing, retry logic, and cost controls I use in production.
Speech-to-Text API with cURL: Transcribe Audio from the Command Line
Transcribe audio with cURL and Privocio's speech-to-text API. Batch uploads, OpenAI-compatible routes, and SSE streaming from your terminal or CI pipeline.
JavaScript Speech-to-Text API: Transcribe Audio with fetch and the OpenAI Node SDK
Learn how to use a JavaScript speech-to-text API with fetch, FormData, the OpenAI Node SDK, SSE streaming, and Privocio's private STT infrastructure.
Python Speech-to-Text API: Transcribe Audio Files with Privocio
Learn how to use a Python speech-to-text API to transcribe audio files with httpx, Bearer authentication, Whisper-compatible models, and Privocio's private STT infrastructure.
Go Speech-to-Text API: Transcribe Audio with the OpenAI Go SDK
Transcribe audio in Go using the OpenAI Go client with a Privocio base URL. Whisper-compatible batch transcription for backend services and AI agents.
Async Transcription with Webhooks: How to Process Audio at Scale Without Polling
I've shipped async transcription pipelines handling 800+ hours of audio daily. Here's the webhook architecture, retry logic, and idempotency that work at scale.
Next step
Explore API features, view fixed pricing, or review our privacy commitments.