import os
from syllable_sdk import SyllableSDK
with SyllableSDK(
api_key_header=os.getenv("SYLLABLESDK_API_KEY_HEADER", ""),
) as ss_client:
res = ss_client.takeouts.takeouts_get_file(job_id="<id>", file_name="example.file")
# 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.takeouts.takeouts_get_file(job_id="<id>", file_name="example.file")
# Handle response
print(res)
This response does not have an example.
File content
The response is of type file
.