Python
from meibelai import Meibelai import os with Meibelai( api_key_header=os.getenv("MEIBELAI_API_KEY_HEADER", ""), ) as m_client: res = m_client.blueprints.execute_blueprint(blueprint_id="<id>", init_input={ "key": "<value>", "key1": "<value>", "key2": "<value>", }, enable_streaming=False) # Handle response print(res)
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
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.
ExecuteBlueprintRequest
Successful Response
Was this page helpful?