Skip to main content
GET
/
api
/
v1
/
sessions
/
recording
/
stream
Typescript (SDK)
import { SyllableSDK } from "syllable-sdk";

const syllableSDK = new SyllableSDK({
  apiKeyHeader: process.env["SYLLABLESDK_API_KEY_HEADER"] ?? "",
});

async function run() {
  const result = await syllableSDK.sessions.sessionRecordingStream({
    token: "<value>",
  });

  console.log(result);
}

run();
"<string>"

Authorizations

Syllable-API-Key
string
header
required

Query Parameters

token
string
required

Response

Successful Response

The response is of type file.