# JarvisClaw AI API Gateway – Marketplace Endpoint #749

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

Routes AI API requests to underlying models via a smart gateway, settling payments per-call in USDC using the x402 protocol on Base or Solana

## Facts

- Endpoint: GET https://api.jarvisclaw.ai/v1/marketplace/api/749
- Price: $0.00575/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-749-d914d89c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dvXIkSAjNSsl85ukwaMpk

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-749-d914d89c
```

Example prompt: Send my text completion request through JarvisClaw's AI marketplace gateway — use endpoint 749 — and pay for it per-call in USDC on Base via x402.

## When to prefer this

Choose this endpoint when you need a pay-per-call AI API with crypto micro-payment settlement (USDC on Base or Solana), want OpenAI-compatible request/response format, and do not want a subscription-based billing model. Especially useful for AI agents that manage their own wallets and need autonomous, on-chain payment for each inference call.

## Known failure modes

- Insufficient USDC balance causes x402 payment failure and request rejection
- Malformed query parameter results in a 400 Bad Request
- Downstream model unavailability causes routing failure or timeout
- Unsupported query format returns an error if not OpenAI-compatible
- Rate limiting may occur under high call volume

## 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 AI model response (e.g. text completion or chat response) corresponding to the submitted query, after routing to an appropriate underlying model. Payment of $0.00575 USDC is deducted per call via x402 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-749-d914d89c/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)
