BlitzReels Video Editor
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

FieldTypeDescription
name*stringProject name (1-100 characters)
descriptionstringProject description (optional, max 500 characters)
aspectRatiostring (16:9 | 9:16 | 1:1)Video aspect ratio default "9:16"
frameRatestring (24 | 25 | 30 | 50 | 60)Video frame rate default "30"
workspaceIdstringOptional workspace ID. Defaults to the user's default workspace. UUID string.
idempotencyKeystringRetry 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.