Home/Wan 2.7 Video Editing
Wan

Wan 2.7 Video Editing

Video
Model API docs

Wan 2.7 Video Editing model with multimodal input support (text/image/video). Capable of instruction-based video editing and video style transfer. Supports 720P and 1080P resolutions, duration 2~10 seconds, billed per second. Output includes audio by default.

0 / 2000
Pending
État vide

Set parameters and click Generate to get results

Request JSON

{}

API

Submit task

curl --location --request POST 'https://api.novita.ai/v3/async/wan2.7-videoedit' \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${API_KEY}" \
--data-raw '{}'

Query result

curl --location --request GET "https://api.novita.ai/v3/async/task-result?task_id
=${task_id}" \
--header "Authorization: Bearer ${API_KEY}"