A private family application for creating videos from text using AI. Generate images, voiceovers, and visual effects automatically.
Everything you need to create family videos with AI
Generate stunning visuals from text prompts using GPT-4o, Stability AI, or Google Imagen.
Convert your script to speech with OpenAI or ElevenLabs voices. Multiple languages supported.
Add Ken Burns, zoom, parallax, and other cinematic effects to bring your scenes to life.
Render videos in the cloud. No software to install. Results delivered to your Google Drive.
From idea to video in three simple steps
Create a JSON with your scenes, each containing an image prompt and voiceover script.
Send your request to our API. We handle image generation, TTS, and video assembly.
Get a signed URL to your rendered video. Ready for YouTube, TikTok, or any platform.
Simple REST API with comprehensive documentation. Generate your API key and start creating videos in minutes.
# Submit a video render job
curl -X POST https://api.bluevideo.ai/v1/render \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"title": "My Video",
"voice": "alloy",
"illustrations": [
{
"image_prompt": "A sunset over the ocean",
"voice_over": "Welcome to BlueVideo."
}
]
}'
BlueVideo.ai is a private video creation tool built by Blue Fermion Labs for personal family use. This application is not available to the general public. Access is limited to invited family members only.