Exa

Learn how to use Exa with Composio

Overview

SLUG

EXA

Description

Exa focuses on data extraction and search, helping teams gather, analyze, and visualize information from websites, APIs, or internal databases

Authentication Details

generic_api_key
stringRequired

Tools

SLUG: EXA_ANSWER

Generates a direct, citation-backed answer to a clear natural language question or topic using exa's search, adept at both specific answers and detailed summaries for open-ended queries.

Action Parameters

model
stringDefaults to exa
query
stringRequired
stream
boolean
text
boolean

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: EXA_FIND_SIMILAR

Finds web pages semantically similar to a given url using embeddings-based search, optionally retrieving full text, highlights, or summaries for results.

Action Parameters

highlights
boolean
num_results
integerDefaults to 10
summary
boolean
text
boolean
url
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: EXA_GET_CONTENTS_ACTION

Retrieves configurable text and highlights from a list of exa document ids or publicly accessible urls.

Action Parameters

highlights
boolean
ids
arrayRequired
text
booleanDefaults to True

Action Response

data
objectRequired
error
string
successful
booleanRequired