Skip to main content
POST
PixVerse V5 - Create video from text

Authorizations

x-magnific-api-key
string
header
required

Your Magnific API key. Required for authentication. Learn how to obtain an API key

Body

application/json
prompt
string
required

Text prompt describing the video to generate

aspect_ratio
enum<string>
default:widescreen_16_9

The aspect ratio of the generated video

Available options:
widescreen_16_9,
classic_4_3,
square_1_1,
traditional_3_4,
social_story_9_16
resolution
enum<string>

The resolution of the generated video

Available options:
360p,
540p,
720p,
1080p
duration
enum<integer>
default:5

The duration of the generated video in seconds. 8s videos cost double. 1080p videos are limited to 5 seconds.

Available options:
5,
8
negative_prompt
string
default:""

Negative prompt to be used for the generation

style
enum<string>

The style of the generated video

Available options:
anime,
3d_animation,
clay,
cyberpunk,
comic
Example:

"anime"

seed
integer

The same seed and the same prompt given to the same version of the model will output the same video every time

webhook_url
string<uri>

Optional callback URL that will receive asynchronous notifications whenever the task changes status. The payload sent to this URL is the same as the corresponding GET endpoint response, but without the data field.

Example:

"https://www.example.com/webhook"

Response

OK

data
object
required
Example: