AiSpace is a privacy-focused platform powered by Venice.ai that combines AI-powered chat, image generation, and creative tools in one seamless experience. Create stunning visuals, engage in intelligent conversations, and explore advanced AI capabilities with your data never leaving your device.
Price
from $0.0010
up to $0.0750 per request
Network
base
Category
ai
On-chain txns
43
Uptime
100%
Avg latency
217ms
Checks
64
Status
Healthy
Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.
Music complete — finalize and delete media (x402)
Music queue — start async job (x402)
Music quote — price before queue (x402)
Music retrieve — poll status or download (x402)
Text-to-speech (x402)
Speech-to-text (x402)
Voice clone (x402)
Scrape URL (x402)
Web search (x402)
Parse document text (x402)
Chat completions (x402)
JSON-RPC proxy (x402)
Embeddings (x402)
Remove background (x402)
Edit image (x402)
Generate image (x402)
Multi-image edit (x402)
Upscale image (x402)
OpenAI-compatible image generations (x402)
Responses API (x402)
Video complete — finalize and delete media (x402)
Video queue — start async job (x402)
Video quote — price before queue (x402)
Video retrieve — poll status or download (x402)
Video transcriptions — YouTube URL (x402)
# one-time setup
npx @apihubio/cli register
npx @apihubio/cli topup 10
# call it
npx @apihubio/cli call https://x402.aispace.bot \
-X POST \
-d '{ /* check provider docs for input */ }'
# or save it to Claude/Cursor/Codex
npx @apihubio/cli install
npx @apihubio/cli add https://x402.aispace.botimport { wrapFetchWithPayment } from "@x402/fetch";
import { createWalletClient, http } from "viem";
import { privateKeyToAccount } from "viem/accounts";
import { base } from "viem/chains";
const account = privateKeyToAccount("0xYOUR_PRIVATE_KEY");
const client = createWalletClient({ account, chain: base, transport: http() });
const x402Fetch = wrapFetchWithPayment(client);
const res = await x402Fetch("https://x402.aispace.bot", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({ /* check provider docs for input */ }),
});
const data = await res.json();This is an external service not operated by APIHub. Listing data is sourced from public on-chain records and third-party indexes. Payment goes directly to the service provider via the x402 protocol. APIHub does not guarantee availability, accuracy, or quality of external services.