Skip to main content

Tavily

This Integration is part of the Tavily Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.1.0 and later.

Tavily is a web service that provides real-time web search and retrieval capabilities through an API, enabling developers to fetch and extract relevant information from the internet.

Configure Tavily in Cortex#

ParameterDescriptionRequired
Server URLTrue
API KeyThe API Key to use for the connectionTrue
Trust any certificate (not secure)False
Use system proxy settingsFalse

Commands#

You can execute these commands from the CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.

tavily-extract#


Extract web page content from a specified URL.

Base Command#

tavily-extract

Input#

Argument NameDescriptionRequired
urlThe url to extract its content.Required

Context Output#

PathTypeDescription
Tavily.URLstringThe URL from which the content was extracted.
Tavily.ContentstringThe full content extracted from the URL.