Tavily
Tavily search and research routes, methods, and polling behavior.
by @saifyxpro
Base path: /api/operators/tavily/*
Endpoints
| Method | Path | Purpose |
|---|---|---|
POST | /api/operators/tavily/search | Tavily search |
POST | /api/operators/tavily/research | start Tavily research workflow |
GET | /api/operators/tavily/research/:requestId | poll Tavily research result |
GET | /api/operators/tavily/status | Tavily configuration and status |
Requirements
Requires:
TAVILY_API_KEY
Typical flow
- use
POST /api/operators/tavily/searchfor standard search - use
POST /api/operators/tavily/researchwhen the backend should start a deeper workflow - poll the result with
GET /api/operators/tavily/research/:requestId
Was this page helpful?