Session Management
Session Management
Key Points
Example
from notexai.sdk.client import NotexClient
client = NotexClient(api_key="your-api-key")
# Start a session
session = client.start(keep_alive=True)
print("Session ID:", session.session_id)
# Close the session
response = client.close()
print("Session closed:", response.session_id)Billing Management
Key Points
Example
Timeout Management
Key Points
Example
Important Notes
Last updated