Get startedIntroduction
GET STARTED

Meet BLXSSXM

The creative engine for turning ideas into remarkable motion. Generate, direct, refine, and ship—all in one fluid workspace.

Built for creative momentum

BLXSSXM combines generative tools with a real timeline, so your first prompt is only the beginning—not the final result.

What is BLXSSXM?

BLXSSXM is an AI-native creation platform for making motion, images, and interactive media. Start with language, references, or existing footage, then shape every detail with tools that feel familiar to a creative workflow.

A quick example

Create a project with the SDK, then continue shaping it in the editor or automate the entire workflow.

TypeScript
import { Blossom } from "@blxssxm/sdk";

const blossom = new Blossom({
  apiKey: process.env.BLXSSXM_API_KEY,
});

const project = await blossom.projects.create({
  prompt: "A liquid chrome title sequence",
  format: "16:9",
  duration: 8,
});

console.log(project.previewUrl);

Start creating

Go from blank canvas to your first export in under five minutes.

NEXT UPQuickstart

Common questions

Still curious? Visit the documentation.

What is the difference between tutorials, guides, docs, and the API reference?+

Tutorials are complete projects you can follow, guides explain focused creative concepts, docs cover how BLXSSXM features work, and the API reference is for developers building integrations.

Do I need technical experience to learn BLXSSXM?+

No. The Learn hub starts with beginner creative workflows. Technical documentation and the API reference are separate for people building custom tools or automations.

Where should I start?+

Start with the Tutorials library if you prefer learning by making. Choose Guides if you want to understand prompting, camera direction, visual consistency, or export decisions first.

Where can I find new BLXSSXM features?+

The changelog records meaningful product additions, improvements, and fixes. New workflows are also linked from tutorials and guides when relevant.