import os
from syllable_sdk import SyllableSDK
with SyllableSDK(
api_key_header=os.getenv("SYLLABLESDK_API_KEY_HEADER", ""),
) as ss_client:
res = ss_client.sessions.session_recording_stream(token="<value>")
# Handle response
print(res)
This response does not have an example.
import os
from syllable_sdk import SyllableSDK
with SyllableSDK(
api_key_header=os.getenv("SYLLABLESDK_API_KEY_HEADER", ""),
) as ss_client:
res = ss_client.sessions.session_recording_stream(token="<value>")
# Handle response
print(res)
This response does not have an example.
Successful Response
The response is of type file
.