# SCOPE Research API

> SCOPE Research API is a paid API for AI agents from x402-agent.scope-research-api.workers.dev, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Performs source-backed public web research queries and returns cited findings for AI agents, billed per-call via x402 micropayments.

## Facts

- Endpoint: POST https://x402-agent.scope-research-api.workers.dev/research
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scope-research-api-c466f8ea
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ftp0N3APtCXbyZg7J-7fQ

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 scope-research-api-c466f8ea -d '<json body>'
```

Example prompt: Can you research the current state of open-source LLM adoption in enterprise software, focusing on deployment trends and cite your sources?

## When to prefer this

Choose SCOPE Research API when you need source-backed, cited web research rather than a plain web search results list. It's especially useful when an AI agent needs synthesized, referenced findings rather than raw URLs, and when per-call micropayment billing (x402) fits your cost model better than subscription APIs. Prefer it over general search APIs when citation quality and source traceability matter.

## Known failure modes

- Query too vague or broad — may return low-quality or generic results
- Payment failure via x402 — request rejected if micropayment cannot be processed
- Rate limiting or quota exceeded — too many calls in a short period
- Network or worker timeout — the Cloudflare Worker may time out on complex queries
- No relevant public sources found — returns empty or minimal results for very obscure topics

## How this service works

Source-backed public web research API for AI agents using x402 payments.

## Output

A research response containing synthesized findings from public web sources, with citations or references to the underlying sources used to construct the answer.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scope-research-api-c466f8ea/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-agent.scope-research-api.workers.dev](https://www.zero.xyz/host/x402-agent.scope-research-api.workers.dev/llms.txt)
