Exa
Exa search routes, streaming behavior, and status checks.
by @saifyxpro
Base path: /api/operators/exa/*
Endpoints
| Method | Path | Purpose | Notes |
|---|---|---|---|
POST | /api/operators/exa/search | standard Exa search | JSON response |
POST | /api/operators/exa/search/stream | stream Exa search progress | SSE |
GET | /api/operators/exa/status | Exa configuration and status | lightweight availability check |
Requirements
Requires:
EXA_API_KEY
Check readiness before wiring the UI
Use /api/operators/exa/status to confirm the provider key is configured before building a frontend flow around Exa search or stream responses.
Notes
- use the JSON route for standard app integration
- use the stream route when the UI needs progress feedback