Skip to main content
POST
This is the Wan 3.0 Video Generation API reference-to-video endpoint. Generate video by uploading reference materials with types reference_image, reference_video, or reference_audio, combined with prompt.

Authorizations

TT-API-KEY
string
header
required

Please visit TTAPI Dashboard to get your API key.

Body

application/json

Reference to video request parameters

model
enum<string>
required

Model name. Options:

  • wan3.0-video: Standard version.
Available options:
wan3.0-video
Example:

"wan3.0-video"

input
object
required

Input basic information. Either prompt or media is required.

parameters
object

Video processing parameters.

Response

200 - application/json

Successful response

output
object
request_id
string

Unique request identifier.

Example:

"4909100c-7b5a-9f92-bfe5-xxxxxx"

Last modified on August 25, 2026