← Back to marketplace

AiSpace - Everything AI

external

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.

by Aispace35 endpoints100% uptime217ms avg

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

Base URL

https://x402.aispace.bot

Endpoints (35)

Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.

POST/api/intel/list
base
POST/api/intel/reports
base$0.0100
POST/api/intel/reports
base$0.0100
POST/api/v1/audio/complete
base$0.0200

Music complete — finalize and delete media (x402)

POST/api/v1/audio/queue
base$0.0200

Music queue — start async job (x402)

POST/api/v1/audio/quote
base$0.0200

Music quote — price before queue (x402)

POST/api/v1/audio/retrieve
base$0.0200

Music retrieve — poll status or download (x402)

POST/api/v1/audio/speech
base$0.0050

Text-to-speech (x402)

POST/api/v1/audio/transcriptions
base$0.0050

Speech-to-text (x402)

POST/api/v1/audio/voices
base$0.0050

Voice clone (x402)

POST/api/v1/augment/scrape
base$0.0050

Scrape URL (x402)

POST/api/v1/augment/search
base$0.0050

Web search (x402)

POST/api/v1/augment/text-parser
base$0.0050

Parse document text (x402)

POST/api/v1/characters
base
POST/api/v1/characters/%7Bslug%7D
base
POST/api/v1/chat/completions
base$0.0050

Chat completions (x402)

POST/api/v1/crypto/rpc/%7Bnetwork%7D
base$0.0020

JSON-RPC proxy (x402)

POST/api/v1/crypto/rpc/networks
base
POST/api/v1/embeddings
base$0.0010

Embeddings (x402)

POST/api/v1/image/background-remove
base$0.0050

Remove background (x402)

POST/api/v1/image/edit
base$0.0050

Edit image (x402)

POST/api/v1/image/generate
base$0.0050

Generate image (x402)

POST/api/v1/image/multi-edit
base$0.0050

Multi-image edit (x402)

POST/api/v1/image/styles
base
POST/api/v1/image/upscale
base$0.0050

Upscale image (x402)

POST/api/v1/images/generations
base$0.0050

OpenAI-compatible image generations (x402)

POST/api/v1/models
base
POST/api/v1/models/compatibility_mapping
base
POST/api/v1/models/traits
base
POST/api/v1/responses
base$0.0050

Responses API (x402)

POST/api/v1/video/complete
base$0.0750

Video complete — finalize and delete media (x402)

POST/api/v1/video/queue
base$0.0750

Video queue — start async job (x402)

POST/api/v1/video/quote
base$0.0750

Video quote — price before queue (x402)

POST/api/v1/video/retrieve
base$0.0750

Video retrieve — poll status or download (x402)

POST/api/v1/video/transcriptions
base$0.0750

Video transcriptions — YouTube URL (x402)

Payment

Protocolx402 (direct payment, USDC)
Networkbase

How to call

Via APIHub (recommended)No wallet · pay with credits · gasless
# 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.bot
APIHub pays the provider on your behalf and debits your credit balance for the exact amount. No wallet setup, no gas, no per-call signing.
Via direct x402 (advanced)Bring your own wallet
import { 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();
Requires USDC on Base and gas on each call. The @x402/fetch client signs EIP-3009 transferWithAuthorization for each 402 response and retries.

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.