# JarvisClaw Exa Contents API

> JarvisClaw Exa Contents API is a paid API for AI agents from uat.jarvisclaw.ai, paid per call via x402, $0.0033/call, status unknown (last checked 2026-09-14).

Fetches web page contents via Exa's content retrieval API, routed through JarvisClaw's AI gateway with pay-per-call micropayments settled in USDC.

## Facts

- Endpoint: GET https://uat.jarvisclaw.ai/v1/marketplace/exa/contents
- Price: $0.0033/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-exa-contents-api-159db5fb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Oz40eNWJz3waISboDdP1J

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 jarvisclaw-exa-contents-api-159db5fb
```

Example prompt: Can you fetch the full text contents of this page for me — use the Exa contents endpoint to pull the readable body from https://example.com/article so I can summarize it?

## When to prefer this

Choose this endpoint when you need to retrieve the full readable text content of a specific web page or URL via Exa's content extraction engine, especially in agentic pipelines that require pay-per-call micropayments settled on-chain in USDC. Prefer this over general web scraping APIs when you need Exa's clean content extraction, and over direct Exa API access when you want a single gateway with x402 payment handling across multiple AI services.

## Known failure modes

- URL is paywalled or blocked — content unavailable or partial
- URL does not exist or returns 404 — empty or error response
- Page is JavaScript-rendered only — static content extractor may return incomplete text
- Insufficient USDC balance for x402 payment — request rejected before execution
- Malformed query parameter — API returns validation error
- Rate limiting from underlying Exa API — temporary unavailability

## How this service works

AI API Gateway with smart routing, pay per call via x402. OpenAI-compatible. Settled in USDC on Base & Solana.

## Output

Returns the extracted text content and body of the requested web page or URL, including the readable article or document text, suitable for downstream processing, summarization, or indexing.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Request parameters"
  }
 }
}
```

## More

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