Skip to main content

Requirements

  • Python 3.9 or later
  • No runtime dependencies — the SDK uses only the Python standard library (urllib)

Install

To pin to a specific version:

First Call

Configuration

OptionTypeDefaultDescription
api_keystrRequired. Your API key
base_urlstrProduction URLOverride for dev environment
timeoutint30Request timeout in seconds
max_retriesint3Retries on 429/5xx

Environment Variable

Never hardcode your API key in source code or commit it to version control.

Verify the Install