# JarvisClaw Marketplace Creation Generate

> JarvisClaw Marketplace Creation Generate is a paid API for AI agents from api.jarvisclaw.ai, paid per call via x402, $0.045/call, status unknown (last checked 2026-09-15).

Generates AI-powered creative content via a pay-per-call OpenAI-compatible gateway, settled in USDC on Base or Solana via x402 protocol

## Facts

- Endpoint: GET https://api.jarvisclaw.ai/v1/marketplace/creation/generate
- Price: $0.045/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-marketplace-creation-generate-fc8adaf8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oC02e0OC_Z65BCQeOIpQc

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-marketplace-creation-generate-fc8adaf8
```

Example prompt: Generate a short product description for a handmade leather wallet called 'The Nomad' — pay via USDC on Base using JarvisClaw's marketplace creation endpoint.

## When to prefer this

Choose this endpoint when you need AI-generated creative content and want pay-per-call micropayment billing via x402 in USDC on Base or Solana, without a traditional subscription. Ideal for agents that need OpenAI-compatible generation with crypto-native billing and smart model routing through the JarvisClaw marketplace.

## Known failure modes

- Insufficient USDC balance for x402 payment — 402 Payment Required
- Invalid or malformed generation prompt — 400 Bad Request
- Model routing failure or unavailable backend model — 503 Service Unavailable
- Payment settlement failure on Base or Solana — payment timeout or chain error
- Rate limiting or quota exceeded — 429 Too Many Requests
- Malformed OpenAI-compatible request body — 422 Unprocessable Entity

## 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 generated creative content produced by the AI model routed through the JarvisClaw gateway, in an OpenAI-compatible response format. Each successful call costs $0.01 USDC settled on Base or Solana via x402.

## 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-marketplace-creation-generate-fc8adaf8/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)
