{
  "x402Version": 2,
  "id": 788,
  "slug": "788",
  "resource": "https://x402.aispace.bot/api/v1/audio/voices",
  "description": "Voice cloning on Venice — returns a JSON voice ID ({ id, model }), NOT audio. Upload a reference sample to mint a reusable voice, paid per request in USDC on Base via x402, no API key. Resolve a compatible TTS model from GET /api/v1/models?type=tts, then pass the returned id as `",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xA7f3Ad0E69F61864092FAbBa6Cee00AF6e584689",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "5hqrYCkTNe5z9Uc8o29KDNd2Gn9YreE6ZthZ7QY5hrKY",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "file": "<multipart audio sample>",
            "model": "tts-chatterbox-hd"
          },
          "bodyType": "form-data",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "id": "vv_aHR0cHM6Ly92M2IuZmFsLm1lZGlhL2ZpbGVzL2IvMGFhODhiMDMvVmVWUm9aNzlKWEhTR09ySHBFTjJkX3ZvaWNlLXNhbXBsZS53YXY",
            "model": "tts-chatterbox-hd"
          },
          "type": "json"
        }
      },
      "related": [
        "/models",
        "/audio/speech"
      ],
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "file": {
                    "description": "Reference audio sample uploaded as multipart/form-data.",
                    "format": "binary",
                    "type": "string"
                  },
                  "model": {
                    "description": "Venice TTS model id that supports cloning. See GET /api/v1/models?type=tts.",
                    "type": "string"
                  }
                },
                "required": [
                  "model",
                  "file"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST",
                  "PUT",
                  "PATCH"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "id": {
                    "type": "string"
                  },
                  "model": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    },
    "chainId": 8453,
    "estimateBasis": "tts",
    "priceMult": 0.5,
    "pricingFallback": "min_charge",
    "pricingHint": {
      "basis": "tts",
      "error": "model_required_for_pricing",
      "hint": "unknown or unpriced model - use a catalog id from GET /api/v1/models?type=text|image|video|music|tts|asr|embedding or resolve GET /api/v1/models/traits (e.g. default). Send that exact id; do not invent OpenAI names."
    },
    "tokenDecimals": 6
  },
  "tags": [
    "bazaar",
    "chainId",
    "estimateBasis",
    "priceMult",
    "pricingFallback",
    "pricingHint",
    "tokenDecimals"
  ],
  "sourceHost": "x402.aispace.bot",
  "lastUpdated": "2026-09-03T13:30:21.39Z",
  "quality": {
    "calls30d": 6,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-03T13:30:21.264Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "x402.aispace.bot",
    "manifest_name": "x402.aispace.bot",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}