GET
Federal Pulse API
Top policy-stack ideas for the President.
Sample request
curl https://api.publicprimary.com/api/pulse/federal -H "Authorization: Bearer API_KEY" -H "Accept: application/json"
Sample response
{
"status": "success",
"status_code": 200,
"message": "Data Found",
"data": {
"scope": "federal",
"level": "federal",
"prompt": "What should the President handle?",
"ideas": [
{
"id": "money-prices",
"title": "Money & Prices",
"consensus": 84
}
]
}
}