# JarvisClaw Exa Contents Endpoint

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

Fetches web page contents via the Exa search engine through an OpenAI-compatible AI gateway, settled in USDC via x402 micropayments

## Facts

- Endpoint: GET https://api.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-endpoint-4f9b9c9f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tCFln0Vik1WL47h3ml77C

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-endpoint-4f9b9c9f
```

Example prompt: Can you fetch the full text contents of https://example.com/article using the Exa contents API through JarvisClaw, with gpt-4.1-nano as the model and a max of 1000 tokens?

## When to prefer this

Choose this endpoint when you need to retrieve the full readable text content of a specific web URL using Exa's crawling infrastructure, prefer an OpenAI-compatible interface, and want to pay per call in USDC without a subscription. Especially useful for agents that need ad-hoc web content access without managing API keys for Exa directly.

## Known failure modes

- Payment not sent or insufficient USDC balance results in 402 Payment Required
- Invalid or inaccessible URL returns empty or error content
- Model ID not recognized causes a model routing error
- Rate limiting or quota exceeded on the underlying Exa API
- Malformed messages array causes a 400 Bad Request
- URL content is paywalled or blocked by Exa crawlers

## 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 contents of the requested web page(s), formatted as an OpenAI-compatible chat completion response, paid for at $0.01 USDC per call via x402 micropayment on Base or Solana.

## 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-endpoint-4f9b9c9f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.jarvisclaw.ai](https://www.zero.xyz/host/api.jarvisclaw.ai/llms.txt)
