cURL
curl --request POST \ --url https://api.trillet.ai/v2/api/recordings/start-recording \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --header 'x-workspace-id: <x-workspace-id>' \ --data ' { "pathwayId": "<string>", "roomName": "<string>" } '
{ "message": "Recording started successfully", "result": { "egressId": "EG_abc123" } }
Start recording an active call.