Meet BLXSSXM
The creative engine for turning ideas into remarkable motion. Generate, direct, refine, and ship—all in one fluid workspace.
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.
Turn a prompt or reference into production-ready visual directions.
Explore generation Make it moveDirect camera, timing, transitions, and effects from one timeline.
Learn the editor Ship everywhereExport platform-ready media or bring BLXSSXM into your own product.
View export optionsA quick example
Create a project with the SDK, then continue shaping it in the editor or automate the entire workflow.
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);