BV
BlitzReels Video Editor
/media_assets_update
Update Media Asset
Rename one media asset, edit its description, move it to a folder, or change B-roll eligibility. Provide at least one of name, description, folderId, or allowUs
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_assets_update for me.
Input
| Field | Type | Description |
|---|---|---|
| assetId* | string | Media asset UUID. UUID string. |
| name | string | New media asset name. |
| description | string | New description, or null to clear it. |
| folderId | string | Target folder UUID, or null to move the asset to root. |
| allowUsingAsBroll | boolean | Whether the asset may be selected as B-roll. |
| 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":"/media_assets_update","input":{"assetId":"..."}}'cli
npx cracked-ai run -p mcp-com-blitzreels-blitzreels -e /media_assets_update -i '{"assetId":"..."}'mcp
run_tool({ provider: "mcp-com-blitzreels-blitzreels", endpoint: "/media_assets_update", input: {"assetId":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.