Back to stories

API Documentation

v1.0.0 • Public Beta

Checking System Status...

Integrate real-time AI news directly into your applications. Our API provides structured access to the latest breakthroughs, tools, and industry updates from over 20+ verified sources.

Base URL

https://aiweb-brief.vercel.app/api/v1

Rate Limits

Public Access100 req/hour
Headers: X-RateLimit-Remaining, X-RateLimit-Reset
GET/news

List Articles

Fetch the latest AI news articles with filtering, sorting, and pagination support.

GET/categories

List Categories

Get all available news categories with their display metadata.

GET/sources

List Sources

Get the list of all tracked RSS feeds and their reliability tiers.

GET/status

System Status

Check API health and current version.

POST/refresh

Refresh Cache

Manually trigger a background fetch to update the news cache. Requires API key.

Internal Debug Tools

These endpoints are for administrative use and providing programmatic access to raw database state.

GET/debug/articles

Raw Article Data

Fetch the raw Convex objects for the latest 300 articles. No filtering or transformation applied.

POST/debug/ingest

Trigger Manual Ingestion

Manually trigger the Convex RSS ingestion and AI analysis pipeline.