WaveSpeedAI APIViduVidu Template Halloween

Vidu Template Halloween

Vidu Template Halloween

Playground

Try it on WavespeedAI!

Vidu Halloween templates! Create stunning Halloween-themed images and videos with Vidu’s Halloween templates! Perfect for announcing events, promoting parties, or sharing spooky vibes. Simple, creative, and fun—make your Halloween unforgettable.

Features

Vidu Halloween Templates — Photo-to-Spooky Clip

vidu/template/halloween turns a single portrait into a short, ready-to-share Halloween clip using curated, cinematic templates. Each template applies themed styling, motion, sound design, and compositing—no manual editing needed.


✨ Why it’s great (Halloween-first)

  • Curated spooky styles: one-click looks inspired by horror and dark fantasy.
  • Face-aware compositing: preserves identity while adding makeup, props, and FX.
  • Cinematic motion + SFX: optional BGM and atmospheric animations baked in.
  • Share-ready: export a finished vertical or horizontal clip in seconds.

🧩 Parameters

  • image* (required) — Portrait or bust shot (URL or upload).
  • template* (required) — Halloween style preset, e.g.: tim_burton, broomstick_fly, witchy_pet, pumpkin_head, sexy_devil, dance_with_ghost, crow_arrival, clown_makeup, shadow_of_terror_video, not_look_back_video, turn_into_zombie
  • bgm (checkbox) — Adds Halloween background music.
  • seed (integer) — Reproducibility; change to explore safe variants.

🚀 How to Use

  1. Upload image — a clear, front-facing portrait works best (avoid heavy occlusions).
  2. Pick a template that matches the vibe (makeup, creature, chase scene, etc.).
  3. Toggle bgm if you want music baked in.
  4. (Optional) Set seed for repeatable results; click refresh to try variations.
  5. Click Run and download your Halloween clip.

💰 Pricing

  • Per job: $0.40 .

Authentication

For authentication details, please refer to the Authentication Guide.

API Endpoints

Submit Task & Query Result


# Submit the task
curl --location --request POST "https://api.wavespeed.ai/api/v3/vidu/template/halloween" \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}" \
--data-raw '{
    "template": "tim_burton",
    "bgm": true,
    "seed": 0
}'

# Get the result
curl --location --request GET "https://api.wavespeed.ai/api/v3/predictions/${requestId}/result" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}"

Parameters

Task Submission Parameters

Request Parameters

ParameterTypeRequiredDefaultRangeDescription
imagestringYes-The reference images for generating the output.
templatestringYestim_burtontim_burton, broomstick_fly, witchy_pet, pumpkin_head, sexy_devil, dance_with_ghost, crow_arrival, clown_makeup, shadow_of_terror_video, not_look_back_video, turn_into_zombie, head_to_balloon, covered_liquid_metal, wednesdays_vibeThe template for the generation.
bgmbooleanNotrue-The background music for generating the output.
seedintegerNo--1 ~ 2147483647The random seed to use for the generation. -1 means a random seed will be used.

Response Parameters

ParameterTypeDescription
codeintegerHTTP status code (e.g., 200 for success)
messagestringStatus message (e.g., “success”)
data.idstringUnique identifier for the prediction, Task Id
data.modelstringModel ID used for the prediction
data.outputsarrayArray of URLs to the generated content (empty when status is not completed)
data.urlsobjectObject containing related API endpoints
data.urls.getstringURL to retrieve the prediction result
data.has_nsfw_contentsarrayArray of boolean values indicating NSFW detection for each output
data.statusstringStatus of the task: created, processing, completed, or failed
data.created_atstringISO timestamp of when the request was created (e.g., “2023-04-01T12:34:56.789Z”)
data.errorstringError message (empty if no error occurred)
data.timingsobjectObject containing timing details
data.timings.inferenceintegerInference time in milliseconds

Result Request Parameters

© 2025 WaveSpeedAI. All rights reserved.