Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Python
from meibel import MeibelClient client = MeibelClient(api_key="your-api-key") result = client.datasources.ingest.trigger("datasource_id_value") print(result)
{ "message": "<string>", "datasource_id": "<string>" }
Successful Response
Acknowledgement that ingest was kicked off for a datasource.
Human-readable confirmation message
ID of the datasource ingest was triggered on
Was this page helpful?