# JarvisClaw Audio Generation API

> JarvisClaw Audio Generation API is a paid API for AI agents from uat.jarvisclaw.ai, paid per call via x402, $0.106/call, status unknown (last checked 2026-09-15).

Generates audio content from a text prompt using a specified audio model, billed per call via x402 in USDC.

## Facts

- Endpoint: GET https://uat.jarvisclaw.ai/v1/audio/generations
- Price: $0.106/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-audio-generation-api-6306fcf9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_s4G-FsscYDPPBOmNddMOA

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-audio-generation-api-6306fcf9
```

Example prompt: Generate an audio clip of a calm forest ambiance with birds chirping and a gentle stream using the 'audio-gen-v1' model.

## When to prefer this

Choose this endpoint when you need pay-per-call AI audio generation settled in USDC on Base or Solana via x402, especially when building agents that need OpenAI-compatible audio APIs without a subscription model. Ideal for low-volume or on-demand audio generation use cases where per-call crypto micropayments are acceptable.

## Known failure modes

- Invalid or unsupported model ID returns an error response
- Missing or empty prompt field results in a validation error
- Insufficient USDC balance or failed x402 payment causes a 402 Payment Required response
- Network or gateway timeout if the audio generation takes too long
- Malformed request body returns a 400 Bad Request

## 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 a generated audio output (file or audio data) produced by the specified AI audio model based on the provided text description. Exact response format (URL, binary, base64) follows OpenAI-compatible audio generation conventions.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "model": {
   "type": "string",
   "description": "Audio model ID"
  },
  "prompt": {
   "type": "string",
   "description": "Audio description"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jarvisclaw-audio-generation-api-6306fcf9/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)
