editoReview

[Tools API] WELT NEWSVERSE

Get instant access to the most valuable teasers from welt.de, including politics, business, entertainment, and more. Whether you’re looking for breaking news or specific categories, our plugin has got you covered.

WELT NEWSVERSE

Vand ID: vand-a16873b9-12a4-4e4d-97d9-fc0de501286c

Learn how to easily use the Welt NewsVerse tool with the OpenAI API.

Get instant access to the most valuable teasers from welt.de, including politics, business, entertainment, and more. Whether you’re looking for breaking news or specific categories, our plugin has got you covered.

OpenAI function calls:

{
  "name": "getTextTeasers",
  "description": "Get the latest teasers",
  "parameters": {
    "type": "object",
    "properties": {},
    "required": []
  }
}

Auth Type

none

Servers

https://www.welt.de

OpenAPI:

{
  "openapi": "3.0.1",
  "info": {
    "title": "Welt NewsVerse",
    "description": "Get instant access to the most valuable teasers from welt.de, including politics, business, entertainment, and more. Whether you\u0027re looking for breaking news or specific categories, our plugin has got you covered.",
    "version": "v0.1"
  },
  "servers": [
    {
      "url": "https://www.welt.de"
    }
  ],
  "paths": {
    "/api/news-verse/teasers": {
      "get": {
        "operationId": "getTextTeasers",
        "summary": "Get the latest teasers",
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/getWeltTeaserResponse"
                }
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "getWeltTeaserResponse": {
        "type": "array",
        "items": {
          "type": "object",
          "properties": {
            "headline": {
              "type": "string",
              "title": "Teaser Headline",
              "description": "Contains a short teaser headline."
            },
            "link": {
              "type": "string",
              "title": "Article link",
              "description": "Links to the article page."
            },
            "premium": {
              "type": "boolean",
              "title": "Premium article",
              "description": "Whether this article is a premium article or not. If this is a premium article you can only read it with a valid subscription."
            },
            "intro": {
              "type": "string",
              "title": "Article text teaser",
              "description": "Contains the intro of the article."
            },
            "category": {
              "type": "string",
              "title": "Home categories (also called section or resort) of the article",
              "description": "Contains the home category (also called section or resort) where this article was published in."
            },
            "tags": {
              "type": "string",
              "title": "Further categories the article belongs to",
              "description": "Contains all parent categories (also called sections or resorts) where this article can be found in."
            }
          }
        },
        "description": "The list of text teasers."
      }
    }
  }
}

Be the first to add an editorial review.

Please, login to leave an Editorial Review if you passed the pre-qualifier quiz
Enrolled: 0 patrons
Level: Business
Toggle
Fork me on GitHub