QuickPoll
Access curated survey data from global opinion polls (Eurobarometer, Gallup, World Bank) with AI analysis, and launch your own custom micro-polls on ad networks to gather real-time public opinion.
What is QuickPoll?
QuickPoll = AI survey research + ad-driven micro-polling behind x402 micropayments. Two paid endpoints: POST /poll/research queries curated global survey datasets (Eurobarometer, Gallup, World Bank) with LLM analysis and returns cited data points; POST /poll/request launches a live micro-poll on an ad network (Adexium) that reaches real people. Live poll pages and results are served free ({poll_id}, /poll/results/{poll_id}, /poll/vote/{poll_id}).
Pay per call in USDC, EURC across Base, Arbitrum, Polygon and Avalanche via the x402 micropayment protocol — no subscriptions, no API keys, no wallets to configure for the caller.
Operations
Show all operations
inference
| Method | Endpoint | Description | Tier |
|---|---|---|---|
POST | /poll/research | Query curated survey data (Eurobarometer, Gallup, World Bank) with LLM analysis — cited data points on consumer sentiment, public opinion, and economic indicators across countries. | exclusive |
generate
| Method | Endpoint | Description | Tier |
|---|---|---|---|
POST | /poll/request | Launch a micro-poll on the web via push notifications or popunders (Adexium) — get responses from real people. Requires question, options, and an ad budget. | exclusive |
Workflows
- quickpoll_research — Cited cross-country opinion/survey data:
poll_research - quickpoll_launch — Launch a live micro-poll to real people:
poll_request
Data sources
- Eurobarometer — EU public opinion.
- Gallup — Global sentiment data.
- World Bank
- Adexium — Micro-poll delivery.
Examples
poll_research
Research sentiment
{
"query": "remote work adoption in Germany",
"country": "DE"
}poll_request
Launch a poll
{
"question": "iOS vs Android?",
"options": [
"iOS",
"Android"
],
"budget_usdc": 2.0
}