API EXPLORER
PLAYGROUND
Pick an endpoint. Edit the request body. See the response.
1. Choose endpoint
Generate one at /api-keys. Stored locally in this page only; sent on Authorization header.
cURL equivalent
curl -X POST https://electional.io/api/v1/daily-elections \
-H "Content-Type: application/json" \
-d '{ "birthDate": "1990-06-15", "birthTime": "14:30", "locationQuery": "New York, NY" }'Ready to wire it into your app?