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
| Field | Type | Description |
|---|---|---|
| storageKey* | string | Storage key returned from media_upload_start |
| fileName* | string | Name of the uploaded file |
| contentType* | string | MIME type of the file |
| fileSizeBytes* | number | Size of the uploaded file in bytes |
| contentHashSha256 | string | Optional SHA-256 hex hash of file bytes for dedupe optimization. 64-character hex string. |
| projectId | string | Optional project ID to associate the upload with. UUID string. |
| workspaceId | string | Optional 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.