# JarvisClaw AI API Gateway - Marketplace Endpoint #585

> JarvisClaw AI API Gateway - Marketplace Endpoint #585 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 AI API calls through a smart gateway with per-call USDC micropayment settlement, serving a specific marketplace-listed AI model or service at endpoint ID 585.

## Facts

- Endpoint: GET https://api.jarvisclaw.ai/v1/marketplace/api/585
- 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-585-c664f964
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5HQSstML43xpyXfZXB3da

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-585-c664f964
```

Example prompt: Send a query to JarvisClaw's marketplace AI endpoint #585 — it's OpenAI-compatible and pays per call in USDC — and ask it to summarize the following paragraph for me.

## When to prefer this

Choose this endpoint when you need pay-per-call AI inference with on-chain USDC settlement and no long-term subscription, especially in agent pipelines or dApps running on Base or Solana that require OpenAI-compatible API access with transparent per-call billing.

## Known failure modes

- Insufficient USDC balance causes 402 Payment Required rejection
- Invalid or malformed query parameter returns 400 Bad Request
- Marketplace endpoint #585 may be unavailable or delisted, returning 404
- Smart routing failure if no suitable backend model is available
- Network latency or timeout from upstream AI provider

## 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 (text completion or similar output) from the model behind marketplace listing #585, delivered in an OpenAI-compatible format, with payment settled in USDC on Base or Solana via 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-585-c664f964/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)
