Skip to main content

Overview

AI Shorts are perfect for quick social media content - no avatar required, just voice and visuals.

Quick Example

const response = await fetch('https://api.slidevid.ai/v1/project/create', {
  method: 'POST',
  headers: {
    'x-api-key': process.env.SLIDEVID_API_KEY,
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    type: 'ai_short',
    name: 'Quick Tip Video',
    script: `
      Here's a quick tip that will save you hours.
      Most people don't know about this simple trick.
      Just follow these three steps and you're done.
      Try it out and let me know how it works for you!
    `.trim(),
    voiceId: 'energetic_voice_id', // No avatar needed!
    music: '15', // Upbeat background music
    aspectRatio: 'ratio_9_16',
    captions: true,
    webhook: 'https://yoursite.com/webhook'
  })
});

When to Use AI Shorts

Quick Tips

Share bite-sized knowledge quickly

Announcements

Make announcements without video recording

Facts & Stats

Share interesting data and statistics

Quotes

Inspirational or educational quotes

Best Practices

  • Keep it under 30 seconds for maximum engagement
  • Use energetic voices to maintain interest
  • Add background music for better engagement
  • Enable captions for accessibility and silent viewing