Skip to main content

Answer

Action ID: tools.exa.answer Answer a question with Exa. Reference: https://docs.exa.ai/reference/answer

Secrets

Required secrets:
  • exa: required values EXA_API_KEY.

Input fields

query
string
required
The question to answer.

Create research task

Action ID: tools.exa.research Start a research task that explores the web, gathers sources, and synthesizes findings. Returns immediately with a researchId for polling. Reference: https://docs.exa.ai/reference/research/create-a-task

Secrets

Required secrets:
  • exa: required values EXA_API_KEY.

Input fields

instructions
string
required
Instructions for what you would like research on.
model
string
The model to use for research.Default: "exa-research-fast".Allowed values: exa-research-fast, exa-research, exa-research-pro.

Get contents

Action ID: tools.exa.get_contents Get full page contents, summaries, and metadata for a list of URLs. Reference: https://docs.exa.ai/reference/get-contents

Secrets

Required secrets:
  • exa: required values EXA_API_KEY.

Input fields

urls
array[string]
required
The URLs to get the contents for.

Get research task

Action ID: tools.exa.get_research Retrieve the current status and results of a research task by its research_id. Reference: https://docs.exa.ai/reference/research/get-a-task

Secrets

Required secrets:
  • exa: required values EXA_API_KEY.

Input fields

research_id
string
required
Unique identifier for the research task to retrieve.

List research tasks

Action ID: tools.exa.list_research Get a paginated list of research tasks. Use cursor for pagination and limit to control page size. Reference: https://docs.exa.ai/reference/research/list-tasks

Secrets

Required secrets:
  • exa: required values EXA_API_KEY.

Input fields

cursor
string
required
Cursor token from previous response for pagination.
limit
integer
Maximum number of results per page (maximum 50).Default: 10.

Search the web

Action ID: tools.exa.search Search the web with Exa. Reference: https://docs.exa.ai/reference/search

Secrets

Required secrets:
  • exa: required values EXA_API_KEY.

Input fields

query
string
required
The query to search for.