BV
BlitzReels Video Editor
/media_import_url
Import Media From URL
Import a video, audio, or image from a user-provided direct URL into the private BlitzReels media library.
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_import_url for me.
Input
| Field | Type | Description |
|---|---|---|
| url* | string | URL of the media file to download and upload |
| name | string | Optional name for the file |
| 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 |
| contentHashSha256 | string | Optional SHA-256 hex hash of file bytes for dedupe optimization. 64-character hex string. |
| confirmRightsToMedia | boolean | Set true only after the user confirms they own the media or have permission to import it. default false |
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_import_url","input":{"url":"...","confirmRightsToMedia":false}}'cli
npx cracked-ai run -p mcp-com-blitzreels-blitzreels -e /media_import_url -i '{"url":"...","confirmRightsToMedia":false}'mcp
run_tool({ provider: "mcp-com-blitzreels-blitzreels", endpoint: "/media_import_url", input: {"url":"...","confirmRightsToMedia":false} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.