What is Bluma?

Bluma is an AI-powered video generation platform that enables you to create high-quality short-form videos programmatically. Whether you’re building a social media automation tool, a content marketing platform, or an e-commerce video generator, Bluma provides the infrastructure to generate videos at scale.

Key Features

How It Works

1

Get an API Key

Create an account and generate an API key from your dashboard
2

Choose a Template

Browse available templates and select one that fits your use case
3

Trigger Generation

Make an API call with your content and context
4

Receive Your Video

Get notified via webhook when your video is ready for download

Quick Example

Here’s how simple it is to generate a video:
curl -X POST https://api.getbluma.com/api/v1/videos \
  -H "Authorization: Bearer bluma_live_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{
    "template_id": "meme-dialogue",
    "context": {
      "prompt": "Create a funny dialogue between a cat and a dog"
    },
    "webhook_url": "https://yourapp.com/webhooks/video-complete"
  }'
The API will return immediately with a job ID, and you’ll receive a webhook notification when the video is ready.

Use Cases

Automatically generate engaging social media content for platforms like TikTok, Instagram Reels, and YouTube Shorts
Create product showcase videos at scale for your entire catalog
Generate personalized video ads for different audience segments
Produce explanatory videos and tutorials programmatically

Next Steps

Support

Need help? We’re here for you: