W
Weftly
/extract_vertical_clip
extract vertical clip
Cut a 9:16 vertical clip from any prior video job (find_clips, summarize, or video transcribe), suitable for direct upload to TikTok, Instagram Reels, or YouTub
liveunknown~5s typical
mcpweftly
$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-ai-weftly-weftly /extract_vertical_clip for me.
Input
| Field | Type | Description |
|---|---|---|
| source_job_id | string | Job ID of any prior video job (find_clips, summarize, or video transcribe). Possessing thi |
| start | number | Source-relative start time in seconds. Required on the first call. |
| end | number | Source-relative end time in seconds (must be > start; end - start must be at least 1s, and |
| title | string | Optional title for the assembled clip. Surfaces in get_job_status and download filenames; |
| profile | string (tiktok-primary | tiktok-primary-720p | instagram-reels | instagram-stories) | Optional encoding profile. Default: tiktok-primary (1080×1920 H.264 fast preset, CRF 22, 6 |
| subject | string (center | manual | auto | subject_id | follow) | Optional reframing strategy. Default: "center" (hardcoded center crop, today's behavior). |
| subject_id | string | Required when subject="subject_id". Subject id from the parent's subjects-sidecar (e.g. "f |
| subject_box | object | For subject="manual" — bounding box of the subject in source pixels. Crop centers on the b |
| t_ref | number | For subject="manual" with subject_box — source-seconds timestamp the box applies to. Infor |
| subject_x_offset | number | For subject="manual" — direct crop x-offset in source pixels (alternative to subject_box). |
| job_id | string | Job ID returned from a previous extract_vertical_clip call. Include along with payment_cre |
| payment_credential | string | MPP payment credential (full Authorization header value, e.g. "Payment eyJ..."). extract_v |
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-ai-weftly-weftly","endpoint":"/extract_vertical_clip","input":{}}'cli
npx cracked-ai run -p mcp-ai-weftly-weftly -e /extract_vertical_clip -i '{}'mcp
run_tool({ provider: "mcp-ai-weftly-weftly", endpoint: "/extract_vertical_clip", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.