You can use Box Python SDK to call Box APIs in a Python project.
Learn more about Python SDK on GitHub
Installation
To install the Python SDK run the following command from your terminal
window or command prompt using pip.
JWT application
When working with a Box App that uses server-side , install the following additional module:
pip install "boxsdk[jwt]"
Last modified on June 1, 2026