# JarvisClaw AI API Gateway – Marketplace Endpoint #804

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

Routes an AI API request through the JarvisClaw smart gateway using pay-per-call x402 micropayments, returning an OpenAI-compatible response settled in USDC.

## Facts

- Endpoint: GET https://api.jarvisclaw.ai/v1/marketplace/api/804
- Price: $0.0115/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-api-gateway-marketplace-endpoint-804-399e6dda
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_P84X7u5h397GwjO-EpB0j

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-api-gateway-marketplace-endpoint-804-399e6dda
```

Example prompt: Send my query to the JarvisClaw AI gateway on marketplace endpoint 804 — it uses smart routing and charges per call in USDC on Base, just ask it: 'What are the top three benefits of decentralized AI APIs?'

## When to prefer this

Choose this endpoint when you need OpenAI-compatible AI inference with per-call crypto micropayments (USDC on Base or Solana) and no subscription commitment. Ideal for autonomous agents that need to pay for AI calls programmatically on-chain, or for apps that want smart model routing without managing multiple API keys. Prefer alternatives (e.g. direct OpenAI, Anthropic) if you need guaranteed model selection, higher throughput SLAs, or fiat billing.

## Known failure modes

- Insufficient USDC balance or failed x402 payment results in HTTP 402 Payment Required
- Invalid or malformed query parameter returns a 400 Bad Request
- Gateway routing failure if no suitable upstream model is available
- Network timeout if the routed model is slow to respond
- Invalid endpoint ID (804) may return 404 if the marketplace listing is removed

## 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 OpenAI-compatible response object containing the AI model's output text/completion, routed via JarvisClaw's smart gateway. Payment of $0.0115 USDC is settled on Base or Solana via the x402 protocol at call time.

## 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-ai-api-gateway-marketplace-endpoint-804-399e6dda/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)
