Overview
Docs, guides, and API references to help you build with PredictHQ.
Core APIs
How It Fits Together
Example
import requests
response = requests.post(
url="https://api.predicthq.com/v1/features/",
headers={
"Authorization": "Bearer $API_TOKEN",
"Accept": "application/json"
},
json={
"beam": {
"analysis_id": "$ANALYSIS_ID"
},
"active": {
"gte": "2026-06-01",
"lte": "2026-06-30"
}
}
)
print(response.json())AI & Agents
Resources
Last updated
Was this helpful?