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 msOperational
  • Database

    8 msOperational
  • Transcription runtime

    3 msOperational
  • Token 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 APIAuthentication, billing, API keys, and transcription orchestration.
  • DatabasePostgreSQL backing accounts, usage, and configuration data.
  • Transcription runtimeWhisper-based speech-to-text processing for batch and streaming requests.
  • Token optimizerOptional 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 (returns status: ok)
  • GET /v1/status — component-level health with per-service latency

Full request examples are in the API documentation.

Status FAQ

What uptime does Privocio commit to on hosted plans?
Privocio targets a 99.9% uptime SLA on hosted Go and Pro speech-to-text API plans. Enterprise customers can negotiate custom uptime guarantees and support terms.
What does the Privocio system status page show?
This page reports live health for the control plane API, PostgreSQL database, and Whisper transcription runtime. Status refreshes automatically every minute and can also be checked programmatically via GET /v1/status.
How do I check Privocio API health from code?
Use GET https://api.privocio.com/healthz for a lightweight liveness probe, or GET https://api.privocio.com/v1/status for component-level health with latency measurements. Both endpoints are public and require no authentication.
Does Privocio publish incident history on this page?
This page shows current component health. Historical uptime percentages and incident timelines will be added in a future release; contact hello@privocio.com for active incident updates.