Video-01

Video-01 is an advanced video generation API that transforms static images into dynamic, high-quality videos with customizable parameters and subject reference capabilities.

Features

  • Image-to-Video Transformation: Convert still images into fluid motion videos
  • Subject Reference Support: Maintain consistent subject appearance across the video
  • Prompt Optimization: Automatically enhance prompts for better results
  • High-Quality Output: Generate detailed and high-quality video content
  • HTTP API Access: Simple integration via RESTful API endpoints

Authentication

For authentication details, please refer to the Authentication Guide.

API Endpoints

Submit Task

Submit a task to generate a video using the Video-01 API.

curl --location --request POST 'https://api.wavespeed.ai/api/v2/minimax/video-01' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data-raw '{
  "first_frame_image": "https://d2g64w682n9w0w.cloudfront.net/media/images/1743217956649346520_Q2uqnjgc.jpg",
  "prompt": "Cute boy with a hat, exploring nature, holding a telescope, backpack, surrounded by flowers, cartoon style, vibrant colors.",
  "prompt_optimizer": true,
  "subject_reference": "https://d2g64w682n9w0w.cloudfront.net/media/images/1743217957811372390_vuHDzvrn.jpg"
}'

Query Result

Check the status and retrieve the result of a previously submitted task.

curl --location --request GET 'https://api.wavespeed.ai/api/v2/predictions/{request_id}/result' \
--header 'Authorization: Bearer YOUR_API_KEY'

Parameters

Task Submission Parameters

Request Parameters

ParameterTypeRequiredDefaultDescription
first_frame_imagestringNo-URL of the image to use as the first frame of the video
promptstringYes-Text description of the video content to generate
prompt_optimizerbooleanNofalseWhether to automatically optimize the prompt for better results
subject_referencestringNo-URL of an image containing the subject to reference for consistent appearance

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 (e.g., wavespeed-ai/wan-2.1/t2v-480p)
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
data.errorstringError message (empty if no error occurred)
data.executionTimeintegerExecution time in milliseconds

Result Query Parameters

Result Request Parameters

ParameterTypeRequiredDefaultDescription
idstringYes-Task ID

Result Response Parameters

ParameterTypeDescription
codeintegerHTTP status code (e.g., 200 for success)
messagestringStatus message (e.g., “success”)
dataobjectThe prediction data object containing all details
data.idstringUnique identifier for the prediction
data.modelstringModel ID used for the prediction (e.g., wavespeed-ai/wan-2.1/t2v-480p)
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
data.errorstringError message (empty if no error occurred)
data.executionTimeintegerExecution time in milliseconds

Result Query Parameters

  • Maximum video duration: 5 seconds
  • Maximum input image dimensions: 1024x1024
  • Response timeout: 120 seconds
  • Video resolution: 720p