---
title: "Aggregated AI news articles"
method: GET
path: "/api/news"
tags: ["News"]
---

# Aggregated AI news articles

`GET /api/news`

## Query parameters

- `category` string
- `limit` integer

## Response `200`

Recent articles, snippets clipped to ~200 chars, prompt-injection sanitized.

- object
  - `ok` boolean
  - `count` integer
  - `articles` NewsArticle[]
    - `id` string, required
    - `title` string, required
    - `url` string, uri, required
    - `source` string
    - `sourceDomain` string
    - `snippet` string
    - `categories` string[]
    - `publishedAt` string, date-time
    - `fetchedAt` string, date-time
  - `sanitization` string

---

[API](https://skmtc.dev/tensorfeed/apis/tensorfeed-api.md) · [All operations](https://skmtc.dev/tensorfeed/apis/tensorfeed-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tensorfeed/tensorfeed-api/revisions/017e10130065/schema)
