In a backend Python environment, you can use the privy-client library to authorize requests and manage your application from your server. This library includes helpful utilities around verifying access tokens issued by Privy and interacting with Privy’s API to query and import users, create wallets, send assets, and more.

Install the Privy Python package using your package manager. For example:

pip install privy-client