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
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
first_frame_image | string | No | - | URL of the image to use as the first frame of the video |
prompt | string | Yes | - | Text description of the video content to generate |
prompt_optimizer | boolean | No | false | Whether to automatically optimize the prompt for better results |
subject_reference | string | No | - | URL of an image containing the subject to reference for consistent appearance |
Response Parameters
Parameter | Type | Description |
---|---|---|
code | integer | HTTP status code (e.g., 200 for success) |
message | string | Status message (e.g., “success”) |
data.id | string | Unique identifier for the prediction, Task Id |
data.model | string | Model ID used for the prediction (e.g., wavespeed-ai/wan-2.1/t2v-480p ) |
data.outputs | array | Array of URLs to the generated content (empty when status is not completed ) |
data.urls | object | Object containing related API endpoints |
data.urls.get | string | URL to retrieve the prediction result |
data.has_nsfw_contents | array | Array of boolean values indicating NSFW detection for each output |
data.status | string | Status of the task: created , processing , completed , or failed |
data.created_at | string | ISO timestamp of when the request was created |
data.error | string | Error message (empty if no error occurred) |
data.executionTime | integer | Execution time in milliseconds |
Result Query Parameters
Result Request Parameters
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
id | string | Yes | - | Task ID |
Result Response Parameters
Parameter | Type | Description |
---|---|---|
code | integer | HTTP status code (e.g., 200 for success) |
message | string | Status message (e.g., “success”) |
data | object | The prediction data object containing all details |
data.id | string | Unique identifier for the prediction |
data.model | string | Model ID used for the prediction (e.g., wavespeed-ai/wan-2.1/t2v-480p ) |
data.outputs | array | Array of URLs to the generated content (empty when status is not completed ) |
data.urls | object | Object containing related API endpoints |
data.urls.get | string | URL to retrieve the prediction result |
data.has_nsfw_contents | array | Array of boolean values indicating NSFW detection for each output |
data.status | string | Status of the task: created , processing , completed , or failed |
data.created_at | string | ISO timestamp of when the request was created |
data.error | string | Error message (empty if no error occurred) |
data.executionTime | integer | Execution time in milliseconds |
Result Query Parameters
- Maximum video duration: 5 seconds
- Maximum input image dimensions: 1024x1024
- Response timeout: 120 seconds
- Video resolution: 720p