# Questflow Exa Search Agent

> Questflow Exa Search Agent is a paid API for AI agents from api.questflow.ai, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Performs intelligent web search using Exa's search engine, powered by the Questflow multi-agent orchestration platform

## Facts

- Endpoint: POST https://api.questflow.ai/x402/agent/qrn:agent:68c1822e6a9ddcc1ed886747
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/questflow-e719b4a1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1VqJS-7gU6mvon9okViR-

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability questflow-e719b4a1 -d '<json body>'
```

Example prompt: Search the web for the latest research on transformer attention mechanisms and give me the top results with summaries.

## When to prefer this

Use this endpoint when you need neural/semantic web search powered by Exa, which excels at finding high-quality, relevant results for research-oriented or nuanced queries — particularly when keyword-based search would miss the intent. Prefer over generic search APIs when semantic relevance and document quality matter.

## Known failure modes

- Empty or vague query returns low-quality or no results
- Rate limiting or quota exceeded if too many calls are made
- Query too broad may return irrelevant results
- Network timeout if Exa's backend is slow
- Payment failure (x402) if USDC balance is insufficient

## How this service works

Exa is building a perfect search engine. | Powered by Questflow

## Output

Returns a list of web search results from Exa's search engine, including URLs, page titles, and relevant content snippets or summaries matching the input query.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "limit",
  "query"
 ],
 "properties": {
  "limit": {
   "type": "number"
  },
  "query": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/questflow-e719b4a1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.questflow.ai](https://www.zero.xyz/host/api.questflow.ai/llms.txt)
