Generate one downloadable video from a text prompt using a curated HivemindOS vi
Generate one downloadable video from a text prompt using a curated HivemindOS video tier. The exact x402 price is quoted before payment.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
2916 msmedian answer time
$0.94listed price per call
$0.94price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://hivemindos-paid-agent-gateway.hivemindos.workers.dev/api/x402/video-generator/generations
| Category | Image and media |
|---|---|
| Provider host | hivemindos-paid-agent-gateway.hivemindos.workers.dev |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.94 | 2916 ms |
Example input (from the provider)
{
"body": {
"model": "seedance-2-mini-text-to-video",
"prompt": "A bee mascot walks through a futuristic city, smooth camera move"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"aspectRatio": {
"description": "Optional aspect ratio supported by the selected tier.",
"maxLength": 20,
"type": "string"
},
"durationSeconds": {
"description": "Optional requested duration.",
"exclusiveMinimum": 0,
"maximum": 60,
"type": "number"
},
"model": {
"description": "Generation tier. Defaults to the first listed option.",
"enum": [
"seedance-2-mini-text-to-video",
"seedance-2-text-to-video",
"seedance-2-omni-reference",
"kling-v3.0-pro-text-to-video",
"veo3.1-text-to-video"
],
"type": "string"
},
"negativePrompt": {
"description": "Optional elements to avoid.",
"maxLength": 2000,
"type": "string"
},
"prompt": {
"description": "What to generate.",
"maxLength": 5000,
"minLength": 3,
"type": "string"
},
"seed": {
"description": "Optional deterministic seed.",
"minimum": 0,
"type": "integer"
}
},
"required": [
"prompt"
]
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}