POST
javascript
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 const axios = require('axios'); const fs = require('fs'); const path = require('path'); async function toB64(imgPath) { const data = fs.readFileSync(path.resolve(imgPath)); return Buffer.from(data).toString('base64'); } const api_key = "YOUR API-KEY"; const url = "https://api.segmind.com/v1/cog-video-5b-i2v"; const data = { "image": toB64('https://segmind-sd-models.s3.amazonaws.com/display_images/cog_vid_i2v_ip.png'), "negative_prompt": "The video is not of a high quality, it has a low resolution. Watermark present in each frame. Strange motion trajectory.", "prompt": "Animate this serene lakeside night scene with a flickering campfire, gentle water ripples, and subtle movements from the three people sitting around the campfire under the full moon.", "seed": 42 }; (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); } })();
RESPONSE
image/jpeg
HTTP Response Codes
200 - OKImage Generated
401 - UnauthorizedUser authentication failed
404 - Not FoundThe requested URL does not exist
405 - Method Not AllowedThe requested HTTP method is not allowed
406 - Not AcceptableNot enough credits
500 - Server ErrorServer had some issue with processing

Attributes


imageimage *

Input Image


negative_promptstr ( default: The video is not of a high quality, it has a low resolution. Watermark present in each frame. Strange motion trajectory. )

Text to describe what should be avoided in the generated video


promptstr *

Text prompt for generating the video


seedint ( default: 42 )

Seed for random number generation to ensure reproducibility

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.

CogVideoX Image to Video: Transforming Images into High-Quality Videos

CogVideoX image-to-video is a cutting-edge image-to-video generation model transforms static images into dynamic, high-quality videos, making it an essential tool for content creators, marketers, and developers.

Key Features of CogVideoX Image to Video

  • High-Resolution Output: CogVideoX generates videos with resolutions up to 720 x 480 pixels, ensuring that the output is clear and detailed. This high resolution is ideal for professional use, including marketing materials, social media content, and educational videos.

  • Versatile Precision: CogVideoX supports multiple inference precisions, such as FP16, BF16, and INT8. This flexibility allows users to balance between performance and quality based on their specific requirements.

  • Enhanced Video Quality: The integration of VEnhancer technology ensures that the generated videos have higher resolution and better visual effects. This feature is particularly useful for creating visually appealing content that stands out.

Use Cases

  • Content Creation: Ideal for generating engaging video content from images for social media, marketing campaigns, and more.

  • Animation and Film: Streamline the animation process by converting storyboard images into animated sequences.

  • Education and Training: Create instructional videos from static diagrams and illustrations, enhancing learning experiences.