API Reference
Voxa’s public HTTP API is in development. The backend exposes internal, tenant-scoped endpoints today, but there is no stable public surface we are ready to commit to.
If you need programmatic access before the public API lands — for example, for a custom CRM export or a webhook receiver — please contact us for early access and a direct conversation with engineering.
Operational endpoints
Section titled “Operational endpoints”The following endpoints are public but intended for infrastructure, not product integration:
GET https://voxa.software/api/health— shallow liveness probe. Returns200with{"status":"ok","version":"v…","commit":"…"}.GET https://voxa.software/api/health/detailed— deep readiness probe. Token-protected (X-Health-Token), cached for 10 seconds, and intended for internal dashboards, not public integration.
See the public status page for real-time availability.