$0.35
per call · USD Coin on Base
Async text-to-video and image-to-video generation on Venice (WAN 2.7, HappyHorse, and more), paid per request in USDC on Base via x402, no API key. Model ids via GET /api/v1/models?type=video. Lifecycle: quote, queue, retrieve, complete (see related routes).
Endpoint
POST https://x402.aispace.bot/api/v1/video/queue9
Calls / 30d
3
Unique payers / 30d
Sep 3
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://x402.aispace.bot/api/v1/video/queue", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"aspect_ratio": "16:9",
"duration": "5s",
"model": "wan-2-7-text-to-video",
"prompt": "A paper boat sailing down a rain-soaked street, slow motion",
"resolution": "1080p"
}),
});
const data = await res.json();curl -X POST \
"https://x402.aispace.bot/api/v1/video/queue" \
-H "Content-Type: application/json" \
-d '{"aspect_ratio":"16:9","duration":"5s","model":"wan-2-7-text-to-video","prompt":"A paper boat sailing down a rain-soaked street, slow motion","resolution":"1080p"}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"model": "gemini-omni-flash-1-1-text-to-video",
"queue_id": "01a057ba-5a5c-711d-9581-d59281f0ef7e"
}Payment details
0xa7f3ad0e69f61864092fabba6cee00af6e584689USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Media & Generation and the homepage with a featured placement.
More from AiSpace Venice & similar services
AiSpace Venice · Image Generate
x402.aispace.bot
Text-to-image generation on Venice models (Flux, SD3.5, GPT-Image, HunyuanImage, and more), paid per request in USDC on Base via x402, no API key. Resolve a model id from GET /api/v1/models?type=image and an optional style from GET /api/v1/image/styles.
AiSpace Venice · Chat Completions
x402.aispace.bot
OpenAI-compatible chat on 100+ Venice models via x402 USDC (Base). Model from GET /api/v1/models?type=text; personas via /characters. Thinking models: empty content + reasoning_content is success; use venice_parameters.disable_thinking for plain text.
AiSpace Venice · Audio Queue
x402.aispace.bot
Async music/audio-track generation on Venice (Stable Audio, ElevenLabs Music, MiniMax, Lyria, ACE-Step), paid per request in USDC on Base via x402, no API key. Short-clip model ids via GET /api/v1/models?type=music; 60s-floor ids (ACE-Step) only with ?floor=all. Lifecycle: quote,