BV
BlitzReels Video Editor
/projects_create
Create Project
Create a new private BlitzReels video project.
liveunknown~5s typical
mcpblitzreelsvideoeditor
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-blitzreels-blitzreels /projects_create for me.
Input
| Field | Type | Description |
|---|---|---|
| name* | string | Project name (1-100 characters) |
| description | string | Project description (optional, max 500 characters) |
| aspectRatio | string (16:9 | 9:16 | 1:1) | Video aspect ratio default "9:16" |
| frameRate | string (24 | 25 | 30 | 50 | 60) | Video frame rate default "30" |
| workspaceId | string | Optional workspace ID. Defaults to the user's default workspace. UUID string. |
| idempotencyKey | string | Retry key. Reuse only with identical inputs. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-blitzreels-blitzreels","endpoint":"/projects_create","input":{"name":"...","aspectRatio":"9:16","frameRate":"30"}}'cli
npx cracked-ai run -p mcp-com-blitzreels-blitzreels -e /projects_create -i '{"name":"...","aspectRatio":"9:16","frameRate":"30"}'mcp
run_tool({ provider: "mcp-com-blitzreels-blitzreels", endpoint: "/projects_create", input: {"name":"...","aspectRatio":"9:16","frameRate":"30"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.