3D Print Pricing API

Pricing logic
for your tools,
not just your browser.

PolyQuote is a 3D print pricing API. Embed accurate cost calculation — filament, electricity, platform fees, markup — into your workflow, spreadsheet, or app with a single call. Built for developers and automation-minded sellers who've outgrown manual calculators.

8 Filament types
CF Cloudflare hosted
Live Exchange rates
£0 To start

Built for automation, not browsers.

There are calculators for manual pricing. PolyQuote is for when you need pricing in your code.

One call, full breakdown

Material cost, electricity, failure buffer, packaging, platform fees, and recommended sale price — returned in a single API response.

Your filament prices, your rules

Override the system defaults with your actual cost per kg. Every calculation reflects your real margins, not generic averages.

Platform-aware pricing

Pass platform: "etsy" and get Etsy's full fee breakdown baked into the quote. Same for eBay and Shopify.

Three steps to confident pricing

1

Get your API key

Sign up free in under a minute. Your key arrives by email and works instantly — no setup, no config.

2

Send your print details

Weight in grams. Filament type. Print time in hours. Optional markup. That's it.

3

Get your price

Material cost, electricity, markup, and recommended sale price — calculated and returned fast.

Drop it into your workflow

PolyQuote works anywhere you can make an HTTP request. Here are three ways to get started.

cURL

Test the API from your terminal in seconds. Replace YOUR_KEY with your API key.

Get a free key
terminal
curl -X POST \
  https://3d-print-quote-api.polyform-api.workers.dev/quote \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_KEY" \
  -d '{
    "filament_type": "PETG",
    "weight_grams": 85,
    "print_hours": 3.5,
    "markup_percent": 120,
    "platform": "etsy"
  }'

Try it now — no sign up needed

5 free demo requests per hour · GBP only — sign up free for GBP, USD & EUR

Full API also supports: failure_rate_percent, packaging_cost, quantity, kwh_rate, platform (etsy · ebay · shopify) — see full docs →

Your quote

Fill the form and click "Calculate price" to see your breakdown.

Simple, transparent pricing

Start free. Upgrade when you outgrow it.

Free

£0/mo
200 calls / month
  • Full API access
  • GBP · USD · EUR pricing
  • 8 filament types
  • Etsy, eBay & Shopify fee breakdown
  • Failure rate, packaging & quantity support
  • calls_remaining in every response

Pro

£15/mo
25,000 calls / month
  • Everything in Maker
  • 25,000 calls / month
  • Built for print farms and volume shops
  • Priority email support
  • Early access to new parameters