Service Status

How the service looks externally

This page shows where the Voice API is available and what interaction model an integrator sees.

Live endpoint
http://46.224.189.108:8010/health

When healthy, the service returns a JSON response like {"status":"ok","service":"White Label Voice API"}.

Health endpoint
GET /health

Checks API process availability.

Auth model
Bearer token

Single authorization model for all public endpoints.

Call abstraction
Internal IDs only

The client never sees provider call IDs or external schemas.

What the client sees

  • A single base URL and a simple REST contract.
  • Internal call_id and agent keys without references to external platforms.
  • Normalized statuses: initiated, in_progress, completed, failed.

What stays hidden inside

  • Provider-specific endpoints and transport details.
  • External agent IDs, phone IDs, SIP references, and raw call IDs.
  • Internal adapter layer and provider orchestration.