API Reference
Python Client
This package provides functionality developed to simplify interfacing with the Prediction Guard API in Python 3.
To install the Prediction Guard Python client:
$ pip install predictionguard
Requirements:
- Python 3.6+
REST API
All of the functionalities of Predition Guard can be accessed through a REST API. The base URL for the API
is api.predictionguard.com
. You can authenticate to the API using your
access token (opens in a new tab) as a Bearer token.