C
CCAPI
/upscale_image
Upscale an image
Increase the resolution of an existing image 2x with ccapi-upscale-v1. Input must be between 256x256 and 1024x1024 and under 5 MB; for larger inputs, regenerate
liveunknown~5s typical
mcpccapi
$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-ccapi-mcp /upscale_image for me.
Input
| Field | Type | Description |
|---|---|---|
| image* | string | The image to upscale, as an HTTPS URL, data URL, or raw base64. Width and height must each |
| model_quality | string | Upscale quality hint: HQ, MQ (default) or LQ. |
| response_format | string | 'url' (default) or 'b64_json'. |
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-ccapi-mcp","endpoint":"/upscale_image","input":{"image":"..."}}'cli
npx cracked-ai run -p mcp-ai-ccapi-mcp -e /upscale_image -i '{"image":"..."}'mcp
run_tool({ provider: "mcp-ai-ccapi-mcp", endpoint: "/upscale_image", input: {"image":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.