AiSpace Venice
POST x402.aispace.bot/api/v1/video/queue
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
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).
Resource: x402.aispace.bot/api/v1/video/queue
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0xA7f3Ad0E69F61864092FAbBa6Cee00AF6e584689
Payment methods: — · Last validation: —
{
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"model",
"duration",
"aspect_ratio"
],
"properties": {
"image": {
"type": "string",
"description": "Optional source image (URL or base64) for image-to-video models."
},
"model": {
"type": "string",
"description": "Venice video model id. See GET /api/v1/models?type=video (e.g. wan-2-7-text-to-video, wan-2-7-image-to-video)."
},
"prompt": {
"type": "string",
"description": "Video description / motion prompt."
},
"duration": {
"enum": [
"5s",
"10s",
"15s"
],
"type": "string",
"description": "Clip length."
},
"resolution": {
"type": "string",
"description": "Output resolution (model-dependent)."
},
"aspect_ratio": {
"enum": [
"16:9",
"9:16",
"1:1"
],
"type": "string",
"description": "Frame aspect ratio."
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"ok": {
"type": "boolean"
}
}
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xA7f3Ad0E69F61864092FAbBa6Cee00AF6e584689",
"amount": "275000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0xA7f3Ad0E69F61864092FAbBa6Cee00AF6e584689",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "275000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.