1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
const axios = require('axios');
const api_key = "YOUR API-KEY";
const url = "https://api.segmind.com/v1/pixverse-transition";
const data = {
"first_frame_url": "https://segmind-inference-inputs.s3.amazonaws.com/e900af97-db46-406d-8403-71210db253c4-pixverse-4.5-transition-first-frame-input.webp",
"last_frame_url": "https://segmind-inference-inputs.s3.amazonaws.com/a5e271e3-e37b-4426-a572-06b514319a4c-pixverse-4.5-transition-last-frame-input.webp",
"duration": 8,
"prompt": "Butterflies fluttering in a sunny meadow.",
"quality": "720p",
"seed": 12345,
"motion_mode": "normal"
};
(async function() {
try {
const response = await axios.post(url, data, { headers: { 'x-api-key': api_key } });
console.log(response.data);
} catch (error) {
console.error('Error:', error.response.data);
}
})();
URL for the starting image. Use high-quality images for better transitions.
URL for the ending image. High-quality images enhance visual transitions.
Video length in seconds. Choose 5 for quick previews, 8 for detailed animations.
Allowed values:
Animation theme description. Try thematic prompts for creative animations.
Video resolution. Use 1080p for high quality, 360p for fast previews.
Allowed values:
Seed for repeat results. Change for unique animations.
min : 1,
max : 999999
Animation motion style. 'Normal' is smooth, 'fast' is rapid.
Allowed values:
To keep track of your credit usage, you can inspect the response headers of each API call. The x-remaining-credits property will indicate the number of remaining credits in your account. Ensure you monitor this value to avoid any disruptions in your API usage.
PixVerse's V4 release offers advanced capabilities that make it a standout AI platform for video generation, particularly for developers, creators, and executives at Segmind seeking to harness cutting-edge generative AI technologies.
Developers can benefit from PixVerse’s text-to-video generation, allowing precise control over video styles through text prompts. This is particularly useful for projects demanding specific aesthetics, such as anime effects. Moreover, the enhanced image-to-video transformation feature allows developers to seamlessly convert static images into dynamic content, adding flair to visual projects.
For creators, PixVerse’s transition effects offer a unique tool for storytelling, enabling smooth animations that maintain a cohesive visual flow. This is complemented by the cinematic lens control feature, which offers over 20 camera movements like dynamic pan and zoom, enriching creative workflows with professional-quality effects.
PixVerse excels in various creative applications. Social media content creators can craft engaging short-form videos using trending effects. Animators benefit from its quick scene prototyping capabilities, while marketers can create dynamic advertisements from static product images. The platform also supports educational content by transforming diagrams into explanatory videos.
Mastering prompt engineering can significantly enhance output quality by using precise text descriptions. Developers and creators are encouraged to capitalize on multi-image reference capabilities to craft complex narrative videos. Utilizing cinematic lens controls can further refine video content, ensuring high-quality, dynamic visuals. Iterative refinement of prompts and reference images enhances result precision.
The V4 update empowers PixVerse users with sophisticated tools, positioning it as a leader in AI video creation. By integrating this platform into existing workflows, Segmind’s audience can boost productivity, creativity, and content sophistication in their media projects.