Skip to main content
POST
cURL
This is the Wan 3.0 Video Generation API first-frame-to-video endpoint. Generate video by strictly specifying the first frame image with type first_frame.

Authorizations

TT-API-KEY
string
header
required

Please visit TTAPI Dashboard to get your API key.

Body

application/json

First frame 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. In first-frame-to-video mode, use type: 'first_frame' to upload the first frame image.

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