Install
The Poli Page Python SDK ships as poli-page on PyPI. It is type-checked, ships with py.typed, and requires Python 3.11 or later.
Install with your package manager
Section titled “Install with your package manager”pip install poli-page# oruv add poli-page# orpoetry add poli-pagePython version
Section titled “Python version”The SDK targets Python 3.11 and tests against 3.11, 3.12, and 3.13 on Linux, macOS, and Windows. See runtime support for the full matrix.
Example
Section titled “Example”import osfrom poli_page import PoliPage
client = PoliPage(api_key=os.environ["POLI_PAGE_API_KEY"])