Welcome to Sora Studio, your web interface for OpenAI's Video API!
Open .env in any text editor and add your OpenAI API key:
OPENAI_API_KEY=sk-your-actual-key-hereIn terminal, run:
cd "/Users/marwankashef/Desktop/YouTube/Sora Script"
./start-server.shNavigate to:
http://localhost:8000
Done! 🎉 You're ready to generate AI videos!
- SETUP.md - Detailed setup instructions
- README.md - Complete documentation
- openai-video-api-guide.md - API reference
✅ Create Videos - Text-to-video with customizable duration & resolution ✅ Dashboard - Real-time job monitoring with auto-refresh ✅ Gallery - View all completed videos ✅ Remix - Create variations of existing videos ✅ Download - Save videos locally ✅ Settings - Configure defaults and preferences
-
Enter a prompt:
A golden retriever puppy playing in a field of colorful wildflowers at sunset -
Select settings:
- Duration: 8 seconds
- Resolution: 1280x720 (Landscape)
-
Click "Generate Video"
-
Monitor in Dashboard - Auto-refreshes every 10 seconds
-
Download when complete!
Server not working?
# Make script executable
chmod +x start-server.sh
# Or run manually
python3 -m http.server 8000API key issues?
- Ensure key starts with
sk- - No extra spaces in
.envfile - Get your key at: https://platform.openai.com/api-keys
Page not loading?
- Hard refresh:
Cmd + Shift + R(Mac) orCtrl + Shift + R(Windows) - Check browser console (F12) for errors
- Verify accessing
http://localhost:8000notfile://
Your API key in .env is only accessible locally. The .gitignore file prevents it from being committed to version control.
Your server is running at: http://localhost:8000
Start generating amazing AI videos! 🎥✨
For detailed features, troubleshooting, and best practices, see README.md