AA
AIURION Agentic 3D Printing — San Francisco
/printing.quotes.create
Create 3D Print Quote
Create a free, checkout-ready 3D print quote. The model must be supplied as base64 and a stable idempotency key must be reused for retries.
liveverifiedunknown~5s typical
mcpprobedaiurionagentic3d
$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-com-aiurion-agentic-3d-printing /printing.quotes.create for me.
Input
| Field | Type | Description |
|---|---|---|
| accessToken | string | Guest token returned by printing.sessions.start. Optional when Authorization already carri |
| fileName* | string | Model filename ending in STL, OBJ, STEP, STP, or 3MF. |
| fileBase64* | string | Base64-encoded model bytes without a data URL prefix. |
| quantity | integer | Number of identical parts to quote, from 1 to 150. default 1 |
| idempotencyKey* | string | Stable unique key for this quote attempt. |
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-com-aiurion-agentic-3d-printing","endpoint":"/printing.quotes.create","input":{"fileName":"...","fileBase64":"...","quantity":1,"idempotencyKey":"..."}}'cli
npx cracked-ai run -p mcp-com-aiurion-agentic-3d-printing -e /printing.quotes.create -i '{"fileName":"...","fileBase64":"...","quantity":1,"idempotencyKey":"..."}'mcp
run_tool({ provider: "mcp-com-aiurion-agentic-3d-printing", endpoint: "/printing.quotes.create", input: {"fileName":"...","fileBase64":"...","quantity":1,"idempotencyKey":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.