# JarvisClaw AI API Gateway – Marketplace Endpoint #144

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

Routes an AI API request through JarvisClaw's smart-routing marketplace (endpoint #144), billed per-call in USDC via the x402 payment protocol on Base or Solana.

## Facts

- Endpoint: GET https://api.jarvisclaw.ai/v1/marketplace/api/144
- Price: $0.0345/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-144-65643281
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fDG4CTgJjkbqwj5fzZboS

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-144-65643281
```

Example prompt: Send a query to JarvisClaw's marketplace endpoint 144 asking 'What are the top 3 benefits of exercise?' and pay per call in USDC via x402 on Base.

## When to prefer this

Choose this endpoint when you need OpenAI-compatible AI inference on a pay-per-call basis without a subscription, especially when your agent stack supports x402 payment headers and you want USDC settlement on Base or Solana. Prefer this over traditional AI APIs when you need crypto-native micropayments and smart routing across multiple underlying models.

## Known failure modes

- Payment not included or insufficient USDC — returns HTTP 402 Payment Required
- Invalid or malformed query parameter — returns 400 Bad Request
- Endpoint #144 unavailable or routing failure — returns 503 or timeout
- Unsupported blockchain network specified — payment not settled
- Rate limit exceeded — returns 429 Too Many Requests

## 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 response routed via JarvisClaw's smart marketplace for endpoint #144; the payload is OpenAI-compatible and may include generated text or model output. Each successful call triggers a USDC micropayment settlement 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-ai-api-gateway-marketplace-endpoint-144-65643281/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)
