{"poll_research":{"path":"/poll/research","method":"POST","kind":"inference","tier":"exclusive","description":"Query curated survey data (Eurobarometer, Gallup, World Bank) with LLM analysis — cited data points on consumer sentiment, public opinion, and economic indicators across countries.","parameters":{"query":{"type":"string","minLength":5,"maxLength":500,"description":"Research question or topic"},"country":{"type":"string","maxLength":3,"description":"ISO 3166-1 alpha-2 country code (optional)"}},"required":["query"],"output_example":{"query":"remote work adoption in Germany","country":"DE","sources_consulted":[{"name":"Eurobarometer Special 2025","url":"https://europa.eu/eurobarometer"}],"data_points":[{"value":38,"unit":"pct","country":"DE","year":2025,"source":"Eurobarometer"}],"analysis":"Based on available data...","confidence":"medium"},"latency_class":"medium"},"poll_request":{"path":"/poll/request","method":"POST","kind":"generate","tier":"exclusive","description":"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.","parameters":{"question":{"type":"string","minLength":10,"maxLength":200,"description":"The poll question"},"options":{"type":"array","items":{"type":"string"},"minItems":2,"maxItems":4,"description":"Answer strings"},"budget_usdc":{"type":"number","minimum":1.0,"maximum":50.0,"description":"Budget in USDC"},"network":{"type":"string","enum":["adexium"],"description":"Ad network"}},"required":["question","options"],"output_example":{"poll_id":"poll_abc123","status":"live","poll_url":"https://quickpoll.x402.press/poll/abc123","estimated_impressions":4000,"estimated_spend":2.0},"latency_class":"async"}}