Skip to main content
POST
C1 Text-to-Video

Authorizations

Authorization
string
header
required

API Key authentication. Format: Bearer YOUR_API_KEY.

Body

application/json

PixVerse c1 text-to-video request. Generates a video from a text prompt only. prompt/aspect_ratio/duration/quality are required (no default). c1 does not support multi-clip.

prompt
string
required

Text description of the video to generate.

Required string length: 1 - 5000
Example:

"A red fox running through a snowy forest at dawn, cinematic"

aspect_ratio
enum<string>
required

Video aspect ratio (required).

Available options:
16:9,
9:16,
1:1,
3:4,
4:3,
2:3,
3:2,
21:9
Example:

"16:9"

duration
integer
required

Video duration in seconds (required).

Required range: 1 <= x <= 15
Example:

5

quality
enum<string>
required

Output resolution (required).

Available options:
360p,
540p,
720p,
1080p
Example:

"720p"

seed
integer

Random seed (omit for random).

Required range: 0 <= x <= 2147483647
Example:

0

generate_audio_switch
boolean
default:false

Whether to generate audio.

Example:

false

Response

Task submitted successfully

code
integer
required

Response code, 0 indicates success

Example:

0

message
string
required

Response message

Example:

"success"

data
object
required

Detailed data about the submitted asynchronous task.