BV
BlitzReels Video Editor
/media_transcript_get
Get Media Transcript
Get transcript summary metadata or a bounded window of transcription segments for a video asset.
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_transcript_get for me.
Input
| Field | Type | Description |
|---|---|---|
| assetId* | string | The media asset ID to get transcript for. UUID string. |
| mode | string (summary | text | full) | Summary returns metadata only. Text returns joined text for a bounded segment window. Full default "summary" |
| limit | integer | Maximum transcript segments to return (1-200). default 50 |
| offset | integer | Transcript segment offset. default 0 |
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_transcript_get","input":{"assetId":"...","mode":"summary","limit":50,"offset":0}}'cli
npx cracked-ai run -p mcp-com-blitzreels-blitzreels -e /media_transcript_get -i '{"assetId":"...","mode":"summary","limit":50,"offset":0}'mcp
run_tool({ provider: "mcp-com-blitzreels-blitzreels", endpoint: "/media_transcript_get", input: {"assetId":"...","mode":"summary","limit":50,"offset":0} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.