API Reference

Endpoint-by-endpoint reference for Blendlix Call Service public APIs.

API Reference

Use this section when implementing or debugging an integration.

Base URL

https://rtc-svc.blendlix.com

Public endpoints

EndpointPurpose
POST /v1/call/session-tokenIssue a short-lived call session token.
GET /v1/calls/historyRead call history for the authenticated participant.
GET /healthzCheck whether the service process is alive.
GET /readyzCheck whether dependencies are ready.
GET /v1/wsWebSocket signaling endpoint.

Response format

Successful REST responses return JSON. Error responses use:

{
  "success": false,
  "error": {
    "code": "ERROR_CODE",
    "message": "Human readable message"
  }
}