V
vivid-ads-commerce
/vivid_check_artwork
vivid check artwork
Check whether a customer's artwork PDF is print-ready BEFORE they order — powered by Vivid's own production preflight engine. Reports size vs the ordered size,
liveverifiedunknown~5s typical
mcpprobedvivid-ads-commerce
$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-au-com-vividads-vivid-ads-commerce /vivid_check_artwork for me.
Input
| Field | Type | Description |
|---|---|---|
| file_url* | string | downloadable URL of the artwork PDF (e.g. the fileUrl from vivid_upload_artwork) |
| width_mm | number | ordered width in mm, if known — enables the size check |
| height_mm | number | ordered height in mm, if known |
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-au-com-vividads-vivid-ads-commerce","endpoint":"/vivid_check_artwork","input":{"file_url":"..."}}'cli
npx cracked-ai run -p mcp-au-com-vividads-vivid-ads-commerce -e /vivid_check_artwork -i '{"file_url":"..."}'mcp
run_tool({ provider: "mcp-au-com-vividads-vivid-ads-commerce", endpoint: "/vivid_check_artwork", input: {"file_url":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.