Python SDK
REST API Python Binding for NotexAI
Prerequisites
How to Install
pip install notexaiConfiguration
import os
os.environ["NOTEXAI_API_KEY"] = "your-api-key"from notexai.sdk.client import NotexClient
client = NotexClient(api_key="your-api-key")Using the SDK
Managed API Services
Last updated