# JarvisClaw Marketplace Creation Generate

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

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

## Facts

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

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-8cea9ba3
```

Example prompt: Using JarvisClaw's marketplace creation endpoint, generate a compelling product description for a handcrafted leather wallet — keep it under 100 words and make it suitable for an e-commerce listing.

## When to prefer this

Choose this endpoint when you need AI-generated creative or marketplace content and want pay-per-call micropayment billing settled on-chain in USDC, without committing to a subscription. Particularly suited for agents operating autonomously with crypto wallets on Base or Solana, or when OpenAI-compatible output format is required with decentralized payment rails.

## Known failure modes

- Insufficient USDC balance causes payment failure and 402 response
- Vague or empty query string yields low-quality or generic output
- Smart routing may select a suboptimal model for highly specialized queries
- UAT environment instability may cause intermittent 5xx errors
- Malformed request body returns 400 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

Returns AI-generated creative or descriptive text content produced by the smart-routed model backend, formatted as an OpenAI-compatible response. The content corresponds to the query submitted and is delivered after per-call USDC payment is 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-marketplace-creation-generate-8cea9ba3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from uat.jarvisclaw.ai](https://www.zero.xyz/host/uat.jarvisclaw.ai/llms.txt)
