Skip to main content
POST
https://api.novita.ai
/
v3
/
async
/
wan2.6-v2v
Wan 2.6 Reference Video
curl --request POST \
  --url https://api.novita.ai/v3/async/wan2.6-v2v \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: <content-type>' \
  --data '
{
  "input": {
    "prompt": "<string>",
    "audio_url": "<string>",
    "negative_prompt": "<string>",
    "reference_video_urls": [
      {}
    ]
  },
  "parameters": {
    "seed": 123,
    "size": "<string>",
    "audio": true,
    "duration": 123,
    "shot_type": "<string>",
    "watermark": true,
    "prompt_extend": true
  }
}
'
{
  "task_id": "<string>"
}
AI-based reference video service that supports generation of high-quality videos from text prompts, providing professional video generation capabilities: plug-and-play REST inference API, optimal performance, no cold start, and affordable pricing.
This is an asynchronous API; only the task_id will be returned. You should use the task_id to request the Task Result API to retrieve the video generation results.

Request Headers

Content-Type
string
required
Supports: application/json
Authorization
string
required
Bearer authentication format, for example: Bearer {{API Key}}.

Request Body

input
object
required
parameters
object

Response

task_id
string
required
Use the task_id to request the Task Result API to retrieve the generated outputs.