Welcome to GoIMG
GoIMG makes AI content creation accessible to everyone — whether you're a professional creator or just getting started with generative AI. This guide covers everything you need to know.
Creating Videos with Seedance
Navigate to the Video page to get started. You have two modes:
Text to Video
- Select the Seedance 2.0 model
- Write a detailed prompt describing your scene
- Choose duration (4s, 8s, or 10s), aspect ratio, and resolution
- Toggle audio generation on/off
- Click Generate
Image to Video
- Upload a starting frame image
- Optionally describe the motion you want
- Configure duration and resolution settings
- Click Generate
Tip: The AI will animate your image into a smooth, realistic video clip. This works great for product showcases and social media content.
Generating Images with Seedream
Navigate to the Image page:
- Select the Seedream 5.0 model
- Write a descriptive prompt
- Upload reference images (optional) to guide style and composition
- Choose between 2K and 3K output resolution
- Click Generate
Writing Better Prompts
The quality of your output depends heavily on your prompts. Here are some tips:
For Videos
| Element | Example |
|---|---|
| Subject | "A young woman in a red dress" |
| Action | "walking through a sunlit forest" |
| Camera | "slow tracking shot, dolly zoom" |
| Lighting | "golden hour, rim lighting" |
| Mood | "ethereal, dreamlike atmosphere" |
For Images
Instead of writing:
"a cat"
Try:
"A fluffy orange tabby cat sitting on a windowsill at golden hour, soft bokeh background, warm natural lighting, photorealistic style, 8K detail"
Key Principles
- Be specific — details about style, lighting, and composition matter
- Use artistic language — terms like "cinematic", "bokeh", "rim light" are understood
- Describe the mood — "peaceful", "dramatic", "whimsical" shape the output
- Mention perspective — "close-up", "aerial view", "low angle" control framing
Using the API
GoIMG provides a powerful API for programmatic access:
- Go to the API page
- Create an API key in the API Keys tab
- Check the Documentation tab for endpoint details
// Quick example
const response = await fetch('https://api.goimg.ai/api/video/seedance', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'x-apiKey': 'sk-your-api-key'
},
body: JSON.stringify({
model: 'doubao-seedance-1-5-pro-251215',
prompt: 'A beautiful sunset over the ocean',
duration: 4,
resolution: '720p',
generateAudio: true
})
});
Managing Credits
- Purchase credits on the Pricing page
- Bulk packages offer better per-credit pricing
- Monitor usage from the My Assets page
- All generated content is saved and downloadable
Next Steps
- Try the Video Generator to create your first AI video
- Explore the Image Generator for stunning AI images
- Check out our other blog posts for advanced tips and model deep-dives
Happy creating! 🎬🎨


