CS
Cannon Studio
/create_generation_request
Create Cannon Studio Generation Request
Create billable async Cannon Studio generation work only after explicit user approval. Requires OAuth or a developer API key; can spend credits up to max_credit
liveverifiedunknown~5s typical
mcpprobedcannonstudio
$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-cannonstudio-cannon-studio /create_generation_request for me.
Input
| Field | Type | Description |
|---|---|---|
| operation* | string | Cannon Studio developer API operation id to run. Use get_api_operation first if unsure. Ex |
| input* | object | Operation-specific request payload. Use the exact shape documented by get_api_operation fo |
| webhook_url | string | Optional HTTPS URL that Cannon Studio calls when the request reaches a terminal succeeded |
| idempotency_key | string | Optional stable retry key for the same operation and payload. Reuse it when retrying after |
| confirmed | boolean | Must be true only after the user explicitly approves this billable generation request, inc |
| max_credits | number | Highest credit spend the user explicitly approved for this request. The tool rejects the r |
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-cannonstudio-cannon-studio","endpoint":"/create_generation_request","input":{"operation":"...","input":{}}}'cli
npx cracked-ai run -p mcp-app-cannonstudio-cannon-studio -e /create_generation_request -i '{"operation":"...","input":{}}'mcp
run_tool({ provider: "mcp-app-cannonstudio-cannon-studio", endpoint: "/create_generation_request", input: {"operation":"...","input":{}} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.