# JarvisClaw AI Search Endpoint

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

Performs AI-powered search queries via an OpenAI-compatible gateway with pay-per-call micropayments settled in USDC on Base or Solana

## Facts

- Endpoint: GET https://api.jarvisclaw.ai/v1/search
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-ai-search-endpoint-0d816809
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wRbqsH1Sfu9ucIRbxrQD_

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-ai-search-endpoint-0d816809
```

Example prompt: Search for the latest developments in quantum computing using gpt-4.1-nano, return up to 500 tokens, with temperature 0.3 and streaming enabled.

## When to prefer this

Choose this endpoint when you need AI-powered search with no subscription or API key commitment — ideal for agents that want pay-per-use USDC micropayment billing (x402 protocol), OpenAI-compatible message format, and flexible model routing across GPT and Claude models. Best when cost transparency per call is important or when operating in a Web3/crypto-native stack on Base or Solana.

## Known failure modes

- Payment failure: insufficient USDC balance triggers 402 Payment Required
- Invalid model ID: returns error if requested model is not supported by the gateway
- Rate limiting: too many calls in a short window may return 429
- Malformed messages array: missing role or content fields returns 400 validation error
- Streaming timeout: long-running streams may be cut off mid-response

## 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 an AI-generated search response in OpenAI-compatible chat completion format, optionally streamed as token chunks, containing the model's answer to the search query routed through the best available provider.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jarvisclaw-ai-search-endpoint-0d816809/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)
