GitHub Raw JSON API

camel-ai / camel

17,514 Python

🐫 CAMEL: The first and the best multi-agent framework. Finding the Scaling Law of Agents. https://www.camel-ai.org

camel Specification

Located in camel/toolkits/open_api_specs/biztoc/openapi.yaml on branch HEAD

3.x (YAML) YAML 0.6 KB
Raw YAML Specification
openapi: 3.0.1
info:
  title: BizToc
  description: Search BizToc for business & finance news.
  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.
      responses:
        "200":
          description: OK