// Integration
Get verified news intelligence in Discord
Rich embeds with confidence scores, bias analysis, and direct brief links — delivered to your server in real time.
// What it looks like
AI · 92% confidence
EU AI Act Enforcement Begins as Brussels Targets Big Tech
European Commission announces first enforcement actions under the AI Act, targeting major tech companies...
// Setup
Get an API key
Free at /developers. Takes 30 seconds.
Create a Discord webhook
Channel Settings → Integrations → Webhooks → New Webhook. Copy the URL.
Connect to Polaris
One API call to register your webhook. Done.
curl -X POST https://api.thepolarisreport.com/api/v1/webhooks \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"url": "https://discord.com/api/webhooks/123.../abc...",
"format": "discord",
"events": ["brief.published", "brief.trending"],
"filters": {
"categories": ["ai", "markets", "crypto"],
"min_confidence": 0.7
}
}'Filter options
format: "discord" — rich embeds with cyan accent bar
events: "brief.published", "brief.trending"
categories — any category (ai, markets, crypto, defense, etc.)
min_confidence — threshold from 0.0 to 1.0
See the full API docs for webhook management, HMAC verification, and delivery logs. Or check the Slack integration page for a more detailed walkthrough.
Start getting intelligence in your Discord server
1,000 free API calls per month. Set up in 2 minutes.
Get API Key →