# JarvisClaw AI API Gateway - Marketplace Endpoint #593

> JarvisClaw AI API Gateway - Marketplace Endpoint #593 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-13).

Routes AI inference requests through a smart gateway with per-call micropayment billing via x402, using an OpenAI-compatible interface settled in USDC

## Facts

- Endpoint: GET https://api.jarvisclaw.ai/v1/marketplace/api/593
- Price: $0.0115/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-ai-api-gateway-marketplace-endpoint-593-2451414f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NggN8MqH665A7FQ5IUx3u

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-593-2451414f
```

Example prompt: Use JarvisClaw's AI gateway to answer this question: 'What are the top three benefits of quantum computing?' — I want to pay per call in USDC rather than a subscription.

## When to prefer this

Choose this endpoint when you need OpenAI-compatible AI inference with automatic per-call crypto micropayments (x402/USDC) rather than a traditional subscription model. Ideal for agents, autonomous workflows, or developers who want pay-as-you-go AI access settled on-chain on Base or Solana without managing API keys or monthly billing.

## Known failure modes

- Insufficient USDC balance causes payment failure and request rejection
- Malformed query parameter results in a 400 Bad Request error
- Smart routing may fail if no suitable model is available for the request type
- Network congestion on Base or Solana may delay payment settlement and response
- Endpoint ID 593 may correspond to a specific model/route that is deprecated or unavailable

## 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 response to the submitted query, returned in an OpenAI-compatible format. The per-call cost of $0.0115 USDC is deducted automatically via the x402 payment protocol, settled 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-593-2451414f/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)
