BlitzReels Video Editor
BV
BlitzReels Video Editor
/media_upload_finish

Finish Media Upload

Complete the upload process after uploading to a presigned URL

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 /media_upload_finish for me.

Input

FieldTypeDescription
storageKey*stringStorage key returned from media_upload_start
fileName*stringName of the uploaded file
contentType*stringMIME type of the file
fileSizeBytes*numberSize of the uploaded file in bytes
contentHashSha256stringOptional SHA-256 hex hash of file bytes for dedupe optimization. 64-character hex string.
projectIdstringOptional project ID to associate the upload with. UUID string.
workspaceIdstringOptional workspace ID when projectId is not provided. Defaults to the user's default works

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":"/media_upload_finish","input":{"storageKey":"...","fileName":"...","contentType":"...","fileSizeBytes":1}}'
cli
npx cracked-ai run -p mcp-com-blitzreels-blitzreels -e /media_upload_finish -i '{"storageKey":"...","fileName":"...","contentType":"...","fileSizeBytes":1}'
mcp
run_tool({ provider: "mcp-com-blitzreels-blitzreels", endpoint: "/media_upload_finish", input: {"storageKey":"...","fileName":"...","contentType":"...","fileSizeBytes":1} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.