Python
from meibelai import Meibelai import os with Meibelai( api_key_header=os.getenv("MEIBELAI_API_KEY_HEADER", ""), ) as m_client: res = m_client.datasources.content.download_datasource_content(datasource_id="<id>", path="/usr/src") # Handle response print(res)
"<string>"
Download a file from the datasource with streaming support for large files
Documentation IndexFetch the complete documentation index at: https://docs.meibel.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.meibel.ai/llms.txt
Use this file to discover all available pages before exploring further.
File content stream
The response is of type file.
file
Was this page helpful?