Introduction
Docs, guides, and API references to help you build with PredictHQ.
Core APIs
Example
import requests
response = requests.get(
url="https://api.predicthq.com/v1/events/",
headers={
"Authorization": "Bearer $ACCESS_TOKEN",
"Accept": "application/json"
},
params={
"q": "taylor swift"
}
)
print(response.json())Dev Resources
Last updated
Was this helpful?