Linkup

Learn how to use Linkup with Composio

Overview

SLUG

LINKUP

Description

Search the Web for Relevant Results (RAG Use Case)

Authentication Details

generic_api_key
stringRequired

Tools

SLUG: LINKUP_GET_ANSWER

This tool gets a natural language answer to a given question using linkup's api. it processes the question with provided parameters (query and depth) and returns a structured answer with text and sources used. it supports varying precision based on defined depth and is designed for natural language query responses.

Action Parameters

depth
stringDefaults to standard
query
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LINKUP_SEARCH

This tool allows users to search and retrieve insights using the linkup api. it implements a search functionality via the post /search endpoint and supports various parameters including 'query', 'depth', and 'output type' (with options such as 'sourcedanswer', 'searchresults', and 'structured'). optional inclusion of images is available via the include images parameter.

Action Parameters

depth
stringRequired
include_images
boolean
output_type
stringRequired
query
stringRequired
structured_output_schema
string

Action Response

data
objectRequired
error
string
successful
booleanRequired