Trillet AI logo

Start Recording

Start recording an active call.

POSThttps://api.trillet.ai/v2/api/recordings/start-recording

Headers

x-api-keystringrequired

API key used for authenticating requests to the API.

x-workspace-idstringrequired

Workspace identifier for the API.

Request Body

pathwayIdstringrequired

The call flow pathway ID associated with the call.

roomNamestringrequired

The LiveKit room name of the active call to start recording.

Response Fields

messagestring

Confirmation message.

resultobject

Recording result details from LiveKit.

{
  "message": "Recording started successfully",
  "result": {
    "egressId": "EG_abc123"
  }
}