# JarvisClaw AI API Gateway – Marketplace Endpoint #105

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

Routes an AI query through JarvisClaw's smart marketplace gateway to an underlying model, billed per-call via x402 micropayment in USDC

## Facts

- Endpoint: GET https://api.jarvisclaw.ai/v1/marketplace/api/105
- Price: $0.023/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-ai-api-gateway-marketplace-endpoint-105-86355320
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ztemd7xZoSqe1w_e3wY5T

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-105-86355320
```

Example prompt: Send this query to JarvisClaw's marketplace AI endpoint #105 and pay the per-call fee in USDC: 'Summarize the key differences between Base and Solana for a developer considering deploying a dApp.'

## When to prefer this

Choose this endpoint when you need pay-per-call AI generation without committing to a subscription, especially within Web3 or crypto-native agent workflows where USDC micropayments via x402 are already supported. It is particularly useful when smart routing across multiple models is desirable and OpenAI API compatibility is required. Prefer it over direct OpenAI or Anthropic APIs when on-chain payment settlement on Base or Solana is a requirement or when operating in a trustless, decentralized agentic context.

## Known failure modes

- Insufficient USDC balance or failed x402 payment — returns HTTP 402 Payment Required
- Invalid or missing query parameter — returns 400 Bad Request
- Underlying model unavailable or gateway routing failure — returns 503 Service Unavailable
- Rate limit exceeded — returns 429 Too Many Requests
- Malformed request payload — returns 400 with schema validation error

## How this service works

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

## Output

An AI-generated text completion or response to the submitted query, routed by JarvisClaw's smart gateway to an appropriate underlying model. The response follows an OpenAI-compatible format. A USDC micropayment of $0.023 is deducted per successful call via the x402 protocol.

## 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-105-86355320/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)
