Pixly
P
Pixly
/cinematic_motion

cinematic motion

Turn a single listing photo into a short cinematic clip with a professional camera move (zoom, orbit, fly-through, crane up…). No second frame needed. Costs cre

liveunknown~5s typical
mcppixly
$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-app-pixly-pixly /cinematic_motion for me.

Input

FieldTypeDescription
imageUrlstringPublic https URL of the source photo, or a data: URI. Either imageUrl or r2Path is require
r2PathstringR2 object path from an upload ticket (POST /api/v1/uploads) — the alternative to imageUrl
cameraMovestringCamera-move preset default "zoom"
directionstring (left-to-right | right-to-left)The direction the camera travels, for the moves that have one (orbit, pan, drone-orbit). '
durationSecondsstringClip length; the routed model validates its supported tiers default 5
formatstring (9:16 | 16:9)Aspect ratio default "9:16"

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-app-pixly-pixly","endpoint":"/cinematic_motion","input":{"cameraMove":"zoom","durationSeconds":5,"format":"9:16"}}'
cli
npx cracked-ai run -p mcp-app-pixly-pixly -e /cinematic_motion -i '{"cameraMove":"zoom","durationSeconds":5,"format":"9:16"}'
mcp
run_tool({ provider: "mcp-app-pixly-pixly", endpoint: "/cinematic_motion", input: {"cameraMove":"zoom","durationSeconds":5,"format":"9:16"} })

Try it

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