You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Get the latest business news articles.
version: 'v1'
servers:
- url: https://ai.biztoc.com
paths:
/ai/news:
get:
operationId: getNews
summary: Retrieves the latest news whose content contains the query string.
parameters:
- in: query
name: query
schema:
type: string
description: Used to query news articles on their title and body. For example, ?query=apple will return news stories that have 'apple' in their title or body.