{"info":{"_postman_id":"5636fef1-1bf5-45ca-8261-3c5a93e0f6cd","name":"PolyQuote API","description":"<html><head></head><body><p>PolyQuote is a 3D print pricing API. Send filament type, weight, print time, and markup — get back material cost, electricity cost, platform fees, and a recommended sale price in GBP, USD, and EUR.</p>\n<p>Base URL: <code>https://3d-print-quote-api.polyform-api.workers.dev</code></p>\n<p>Free tier available — 200 calls/month, no credit card required. Sign up at api.polyformprints.co.uk</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"54931854","collectionId":"5636fef1-1bf5-45ca-8261-3c5a93e0f6cd","publishedId":"2sBXqRjwqj","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-05-18T21:17:18.000Z"},"item":[{"name":"Health Check","id":"5ce77768-afd7-4a50-b674-f11d3cb6fd26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://3d-print-quote-api.polyform-api.workers.dev/","description":"<p>Simple health check. Returns a 200 status confirming the API is running. No authentication required.</p>\n","urlObject":{"protocol":"https","path":[""],"host":["3d-print-quote-api","polyform-api","workers","dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ce77768-afd7-4a50-b674-f11d3cb6fd26"},{"name":"Demo Quote (no auth required)","id":"94a89e30-f139-444f-8db8-42c1f302f51b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"filament_type\": \"PETG\",\r\n  \"weight_grams\": 85,\r\n  \"print_hours\": 3.5,\r\n  \"markup_percent\": 120,\r\n  \"failure_rate_percent\": 5,\r\n  \"packaging_cost\": 0.20,\r\n  \"printer_depreciation_per_hour\": 0.05,\r\n  \"platform\": \"etsy\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://3d-print-quote-api.polyform-api.workers.dev/demo/quote","description":"<p>Calculate a recommended sale price with no API key required. Limited to 5 requests per hour per IP address. Includes platform fee breakdown for Etsy — swap \"etsy\" for \"ebay\" or \"shopify\" as needed. Results returned in GBP, USD, and EUR.</p>\n","urlObject":{"protocol":"https","path":["demo","quote"],"host":["3d-print-quote-api","polyform-api","workers","dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"94a89e30-f139-444f-8db8-42c1f302f51b"},{"name":"Quote (authenticated)","id":"37f6e413-2918-4509-bfcf-d0363b08baae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"pp_your_key_here","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"filament_type\": \"PETG\",\r\n  \"weight_grams\": 85,\r\n  \"print_hours\": 3.5,\r\n  \"markup_percent\": 120,\r\n  \"quantity\": 1,\r\n  \"failure_rate_percent\": 5,\r\n  \"packaging_cost\": 0.20,\r\n  \"printer_depreciation_per_hour\": 0.05,\r\n  \"kwh_rate\": 0.29,\r\n  \"platform\": \"etsy\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://3d-print-quote-api.polyform-api.workers.dev/quote","description":"<p>Full authenticated quote endpoint. Replace <code>pp_your_key_here</code> in the Headers tab with your actual API key. Sign up free at api.polyformprints.co.uk to get a key. Includes all optional parameters — remove any you don't need.</p>\n","urlObject":{"protocol":"https","path":["quote"],"host":["3d-print-quote-api","polyform-api","workers","dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"37f6e413-2918-4509-bfcf-d0363b08baae"}]}