Wikipedia

Search Wikipedia article and summary it

This widget supports multiple actions. For a more comprehensive understanding of its functionality, we recommend reviewing the following documentation carefully.

You need to pass both the action and other input parameters of the chosen action to your module_config

Try it in the Widget Center

Click this url to try this widget and copy the Pro Config template.

Usage

Get Full Wikipedia Article

action search_title

Input Parameters

Name
Type
Description
Default
Required

action

string

The action you want to perform

search_title

article

string

The title of the article you want to search

artificial intelligence

Output Parameters

Name
Type
Description
File Type

data

object

The search results of the wikipedia

Output Example

{
  "data": {
    "url": "https://object-storage-16oh.lepton.ai/ws-k8d7q1rw/wikipedia/output/2c99c27f01264bf8808d0f1fc8e770f7.json"
  }
}

Summary Wikipedia Article

action summary_title

Input Parameters

Name
Type
Description
Default
Required

action

string

The action you want to perform

summary_title

article

string

The title of the article you want to search

artificial intelligence

Output Parameters

Name
Type
Description
File Type

data

object

The search results of the wikipedia

Output Example

Last updated