BlitzReels Video Editor
BV
BlitzReels Video Editor
/media_import_inspect

Inspect Import URL

Inspect a user-provided public social-video or Google Drive URL and return available import metadata without creating media.

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_inspect for me.

Input

FieldTypeDescription
url*stringPublic video URL. Supports social video links and Google Drive file links.
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_inspect","input":{"url":"...","confirmRightsToMedia":false}}'
cli
npx cracked-ai run -p mcp-com-blitzreels-blitzreels -e /media_import_inspect -i '{"url":"...","confirmRightsToMedia":false}'
mcp
run_tool({ provider: "mcp-com-blitzreels-blitzreels", endpoint: "/media_import_inspect", input: {"url":"...","confirmRightsToMedia":false} })

Try it

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