DocumentationDaily Bulletin API
Daily Bulletin API
Daily news briefing / morning bulletin
Overview
GET /v1/info/bulletin returns the daily news bulletin, ideal as a daily information source for AI agents.
When to Use
- Morning briefing: User asks "Today's daily briefing" or "Give me today's news digest"
- Quick scan of daily highlights: Editor-curated, condensed — one call to know the key events
- AI Agent daily perception task: Best minimal data source for "what happened today"
- vs other info endpoints:
news: category headlines (volume-heavy, needs filtering)trending: real-time hot topics (fragmented)bulletin: editor-curated + pre-condensed — best for "quick daily catchup"
- No params needed: just call
GET /v1/info/bulletin
Request Parameters
No parameters required.
Request Example
curl -H "X-API-Key: sk_gapi_xxxxx" \
"https://api.groundapi.net/v1/info/bulletin"Pricing
$0.01/call. First 500 calls/month are free.
Updated 2 months ago