Skip to main content
POST
https://api.novita.ai
/
v3
/
async
/
wan2.6-t2v
Wan 2.6 Text to Video
curl --request POST \
  --url https://api.novita.ai/v3/async/wan2.6-t2v \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: <content-type>' \
  --data '
{
  "input": {
    "prompt": "<string>",
    "audio_url": "<string>",
    "negative_prompt": "<string>"
  },
  "parameters": {
    "seed": 123,
    "size": "<string>",
    "audio": true,
    "duration": 123,
    "shot_type": "<string>",
    "watermark": true,
    "prompt_extend": true
  }
}
'
{
  "task_id": "<string>"
}
AI-powered text-to-video service. Generate high-quality video content from text prompts, offering professional video generation capabilities: ready-to-use REST inference API, best-in-class 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.