Privocio API uptime & system status
Live uptime and health for Privocio's hosted speech-to-text API — control plane, database, and transcription runtime. Updates every minute.
Overall
Operational
Last checked Jun 3, 2026, 1:51 PM UTC
Components
Live checks against core Privocio services.
Control plane API
0 msOperationalDatabase
8 msOperationalTranscription runtime
3 msOperationalToken optimizer
2 msOperational
Hosted API uptime commitment
Privocio is a privacy-first speech-to-text SaaS for developers, AI agents, and regulated teams. On hosted Go and Pro plans we target a 99.9% uptime SLA for the production API and transcription pipeline. Enterprise customers can arrange custom availability targets, dedicated support, and self-hosted deployment when you need full infrastructure control.
Use this page to verify current platform health before launches or integrations. For pricing and plan limits, see pricing; for security and data handling, see security.
Components we monitor
- Control plane API — Authentication, billing, API keys, and transcription orchestration.
- Database — PostgreSQL backing accounts, usage, and configuration data.
- Transcription runtime — Whisper-based speech-to-text processing for batch and streaming requests.
- Token optimizer — Optional text optimization service for Agent output mode (when enabled).
Programmatic health checks
Integrate uptime checks into your own monitoring stack with public endpoints on https://api.privocio.com:
GET /healthz— fast liveness probe (returnsstatus: ok)GET /v1/status— component-level health with per-service latency
Full request examples are in the API documentation.