Get Your API Key
First, you’ll need an API key to authenticate your requests.1
Sign up or log in
Go to api.slidevid.ai and create an account or log in
2
Navigate to API settings
Go to Settings → API Keys in your dashboard
3
Generate API key
Click “Generate New API Key” and save it securely
Your First Video
Let’s create a simple educational video using the Class project type.Step 1: List Available Avatars
First, let’s see which avatars are available:Step 2: List Available Voices
Now let’s get the available voices:Step 3: Create Your Video
Now that you have an avatar ID and voice ID, create your video:Step 4: Receive Webhook Notification
When your video is ready, we’ll send a POST request to your webhook URL:Congratulations! You’ve just created your first AI video with SlideVid.
Next Steps
Add Music & Captions
Enhance your videos with background music and captions
View Examples
See complete code examples for different use cases
Use Templates
Create personalized videos at scale with templates
Complete Workflow
Learn the end-to-end video creation process
Common Issues
Authentication failed
Authentication failed
Make sure your API key is correct and included in the
x-api-key header. API keys can be managed in your dashboard settings.Invalid avatar or voice ID
Invalid avatar or voice ID
Double-check that the IDs exist by listing resources first. IDs are case-sensitive.
Script too short or too long
Script too short or too long
Scripts should be between 10 and 5000 characters. Very short scripts may not generate meaningful videos.
Webhook not receiving notifications
Webhook not receiving notifications
Ensure your webhook URL is publicly accessible and returns a 200 status code. Test it with a tool like webhook.site first.