API Quickstart
This article describes how to quickly create an access token, view and replicate a Streamlit demo app and explore our APIs.
Last updated
Was this helpful?
This article describes how to quickly create an access token, view and replicate a Streamlit demo app and explore our APIs.
Last updated
Was this helpful?
A PredictHQ account:
Existing users:
New users: .
An API Access Token: We'll guide you through creating one below.
Read a more in-depth guide to or follow the basic steps below:
Log into the WebApp and visit the page under API tools.
The first time you create a token - enter the name of the token and click "Create Token". For the second and subsequent times click the "Create New Token" button and enter the name, then click Create Token.
Click "Copy Token" to copy your token to the clipboard. You can now paste the token into another application. Keep a copy of your new API Token, as it will not be shown again.
Use the new API Access Token in the Authorization header of your API requests as shown in the example below
Now you can use the new API Access Token in the Authorization
header of your API requests as in the example below:
To demonstrate how quick and easy it is to build extremely powerful apps using our APIs, we put together some Streamlit demos. All the code is available on GitHub and we encourage you to take the code, modify it, and use your own locations of interest to demo our APIs internally to your team or to simply better understand our technology.
Below is a guide to point you in the right direction if you're new to the PredictHQ APIs:
Did you know - The uses the same APIs you have access to. One of the easiest ways to learn how to use our APIs is to see it in action in the WebApp.