Skip to main content

Installation

The package is published on PyPI and the generated SDK source is available at github.com/prontiq/prontiq-python.

Setup

Set your API key in the environment:
Then create a client:
api_key defaults to PRONTIQ_API_KEY, so you can omit it when that environment variable is set.

Autocomplete

Validate

Enrich

Async usage

Use AsyncProntiq for async applications:

Error handling

All SDK errors inherit from prontiq.APIError.

More methods

The Python SDK is generated from the public OpenAPI spec. See the generated SDK repository for the full client API.