{"owner":"camel-ai","repo":"camel","hasSpec":true,"specFile":"camel/toolkits/open_api_specs/biztoc/openapi.yaml","branch":"HEAD","format":"yaml","version":"3.x (YAML)","title":"camel","description":"","endpoints":[],"spec":"openapi: 3.0.1\ninfo:\n  title: BizToc\n  description: Search BizToc for business & finance news.\n  version: 'v1'\nservers:\n  - url: https://ai.biztoc.com\npaths:\n  /ai/news:\n    get:\n      operationId: getNews\n      summary: Retrieves the latest news whose content contains the query string.\n      parameters:\n      - in: query\n        name: query\n        schema:\n            type: string\n        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.\n      responses:\n        \"200\":\n          description: OK\n"}