Services/Synthesized News API
Synthesized News API
Original news articles generated only from extracted facts. LLM-powered rewrite with anti-plagiarism and human-in-the-loop approval. Multi-language and filterable by country, confidence, and date.
Endpoints
GET /v1/news/latest— Latest articles; filters: language, country, confidence, from_date, to_dateGET /v1/news/by-country?country=US— Articles for a countryGET /v1/news/by-category?category=politics— Articles by categoryGET /v1/news/{article_id}— Single article by IDPOST /v1/news/regenerate— Regenerate article for an event (admin)POST /v1/news/{article_id}/editor-action— Approve, reject, or adjust headline (logged)
Same API key as Live/Events. Filters: language, country, confidence_level, date range.
Response fields
Each article includes: article_id, event_id, headline, summary, body, confidence_level, language, last_updated, sources.
Use cases
News portals, content feeds, media outlets. Scale editorial output without rewriting wire copy—original articles from extracted facts only, with optional human review and approval workflow.