POST
/
experiences
/
run
/
chat
/
{experience_id}
from meibelai import Meibelai
import os


with Meibelai(
    api_key_header=os.getenv("MEIBELAI_API_KEY_HEADER", ""),
) as m_client:

    res = m_client.experiences.run_chat(experience_id=46269)

    # Handle response
    print(res)
"<any>"

Authorizations

Meibel-API-Key
string
header
required

Path Parameters

experience_id
integer
required

Response

200
application/json
Successful Response

The response is of type any.