GoIMG
GoIMG
Back to Blog
Getting Started with GoIMG: Your Complete Guide to AI Content Creation
2026-03-20TutorialGetting StartedGoIMG

Getting Started with GoIMG: Your Complete Guide to AI Content Creation

Learn how to create stunning AI videos and images with GoIMG, manage your credits, and write better prompts for superior results.

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

  1. Select the Seedance 2.0 model
  2. Write a detailed prompt describing your scene
  3. Choose duration (4s, 8s, or 10s), aspect ratio, and resolution
  4. Toggle audio generation on/off
  5. Click Generate

Image to Video

  1. Upload a starting frame image
  2. Optionally describe the motion you want
  3. Configure duration and resolution settings
  4. 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:

  1. Select the Seedream 5.0 model
  2. Write a descriptive prompt
  3. Upload reference images (optional) to guide style and composition
  4. Choose between 2K and 3K output resolution
  5. Click Generate

Writing Better Prompts

The quality of your output depends heavily on your prompts. Here are some tips:

For Videos

ElementExample
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:

  1. Go to the API page
  2. Create an API key in the API Keys tab
  3. 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! 🎬🎨