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

FieldTypeDescription
url*stringURL of the media file to download and upload
namestringOptional name for the file
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
contentHashSha256stringOptional SHA-256 hex hash of file bytes for dedupe optimization. 64-character hex string.
confirmRightsToMediabooleanSet 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.