ToolAssay

Wan Text-to-Video Job (480p)

Wan Text-to-Video Job (480p)

Answeringour last check, 2026-09-24
1 of 1checks answered this week
828 msmedian answer time
$0.01listed price per call
$0.01price 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://cleared.ink/wan/t2v/480p

CategoryImage and media
Provider hostcleared.ink
Networkseip155:8453, solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.01 828 ms

Example input (from the provider)

{
  "body": {
    "enable_prompt_expansion": true,
    "negative_prompt": "blurry, low quality, distorted, watermark, unreadable text",
    "prompt": "A cinematic five second video of luminous geometric insects swarming through a dark server cathedral, forming glowing frames before dissolving into motion.",
    "seed": 12345
  },
  "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": {
            "enable_prompt_expansion": {
              "description": "Whether to enable automatic prompt expansion before rendering. Defaults to true when omitted.",
              "type": "boolean"
            },
            "negative_prompt": {
              "description": "Optional text describing visual elements to suppress, such as blurry, low quality, distorted, or unwanted artifacts.",
              "type": "string"
            },
            "prompt": {
              "description": "Natural-language prompt for text-to-video generation, including subject, action, camera movement, lighting, and style.",
              "type": "string"
            },
            "seed": {
              "description": "Optional integer seed for reproducible generation. Must be between 0 and 2147483647.",
              "type": "number"
            }
          },
          "required": [
            "prompt"
          ],
          "type": "object"
        },
        "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"
}

This page as JSON