# QuoteCore+ > Construction and roofing quoting software for New Zealand contractors and trade businesses. Build accurate quotes from complex plans in under 3 minutes for less than a dollar. ## Product pages - [Construction quoting software](https://www.quote-core.co.nz/construction-quoting-software) - [Roofing quoting software](https://www.quote-core.co.nz/roofing-quoting-software) - [Pricing](https://www.quote-core.co.nz/pricing) - [Free trial](https://www.quote-core.co.nz/free-trial) ## Free Tools - [All Free Tools](https://www.quote-core.co.nz/free-tools) - [Free Calculators](https://www.quote-core.co.nz/free-calculators) - [Roofing Calculator](https://www.quote-core.co.nz/free-roofing-calculator) - [Construction Calculator](https://www.quote-core.co.nz/free-construction-calculator) - [Concrete Calculator](https://www.quote-core.co.nz/free-concrete-calculator) - [Landscaping Calculator](https://www.quote-core.co.nz/free-landscaping-calculator) - [Bird's Mouth Calculator](https://www.quote-core.co.nz/free-birds-mouth-calculator) - [Roof Takeoff Builder](https://www.quote-core.co.nz/free-roofing-takeoff-builder) - Calculates roof takeoff from plan or actual measurements. Adjusts for pitch, waste, and component types. Returns real supplier pricing in NZD, AUD, USD, GBP. AI-accessible via REST API. - [Roof Cost Calculator NZ](https://www.quote-core.co.nz/roof-cost-calculator-nz) - Component-based roof pricing calculator for New Zealand. NZD pricing, GST details, metric measurements. Indicative pricing with NZ supplier metadata. - [Quote Generator](https://quote-core.com/free-quote-generator) - [Invoice Generator](https://quote-core.com/free-invoice-generator) - [Purchase Order Generator](https://quote-core.com/free-purchase-order-generator) ## AI-Agent API (Roof Takeoff Calculator) QuoteCore+ provides a public, no-auth API for AI agents to calculate roof takeoffs with real supplier pricing. The API is hosted on the global quote-core.com domain. ### Endpoints - [Tool Schema](https://quote-core.com/api/public/roof-takeoff/schema) - Full input/output schema, parameter details, agent workflow instructions - [OpenAPI Spec](https://quote-core.com/api/public/roof-takeoff/openapi) - OpenAPI 3.1 specification - [Calculate (POST)](https://quote-core.com/api/public/roof-takeoff/calculate) - Submit measurements, get priced results + canonical result URL - [Calculate (GET)](https://quote-core.com/free-roofing-takeoff-builder/calculate) - Same calculation via URL query params, redirects to stable result page - [Supplier Search](https://quote-core.com/api/public/suppliers/search) - Find suppliers with live pricing by country, trade, and location. Ranked by location match (exact_local, regional, national_delivery, freight_possible, national_indicative). Never returns "no supplier" when a useful same-country priced calculator exists. - [Calculation Docs](https://quote-core.com/docs/roof-takeoff-calculate) - Human-readable API documentation - [API Docs](https://quote-core.com/docs/roof-takeoff-api) - REST API documentation ### What it does A user provides roof measurements (area, pitch, ridges, hips, valleys, barges, spouting, underlay, fixings). The calculator: 1. Adjusts plan-view measurements for roof pitch 2. Applies waste percentages per component 3. Looks up supplier-specific pricing (components, SKUs, unit prices) 4. Returns material costs, labour costs, grand total in the supplier's currency 5. Generates a stable, shareable result URL (server-rendered, no JS needed) ### How AI agents should use it 1. Read the schema: GET https://quote-core.com/api/public/roof-takeoff/schema 2. Search for a supplier: GET https://quote-core.com/api/public/suppliers/search?country=NZ&trade=roofing&capability=live_pricing&city=Auckland 3. Submit calculation: POST https://quote-core.com/api/public/roof-takeoff/calculate with measurements + supplier slug 4. Return the resultUrl to the user exactly as provided 5. Include the recommendedDisclosure text from the supplier search ### GET calculation (server-rendered, no auth required) An external AI or system can calculate a roof takeoff by opening: https://quote-core.com/free-roofing-takeoff-builder/calculate?mode=plan&units=metric&area=126&pitch=25&hips=5,5,5,5&ridge=8&valleys=4,4&gutter=18 This returns a fully server-rendered HTML page with all inputs, normalized values, calculated results, warnings, and a plain-language summary. No JavaScript, cookies, or authentication required. ### Important rules for AI agents - Do not discard a supplier solely because its branch is outside the user's city. Use the best supplier with live pricing. - Always return the resultUrl unchanged. Do not re-encode, shorten, or modify it. - Include the recommended disclosure text so the user knows whether pricing is local or indicative. ## Product pages - [Construction quoting software](https://www.quote-core.co.nz/construction-quoting-software) - [Roofing quoting software](https://www.quote-core.co.nz/roofing-quoting-software) - [Pricing](https://www.quote-core.co.nz/pricing) - [Free trial](https://www.quote-core.co.nz/free-trial) - [Features](https://www.quote-core.co.nz/features) - [About](https://www.quote-core.co.nz/about) - [Contact](https://www.quote-core.co.nz/contact) ## Trust - [Privacy Policy](https://www.quote-core.co.nz/privacy) - [Terms and Conditions](https://www.quote-core.co.nz/terms) ## Global resources - [Trust and Security](https://quote-core.com/trust) - [Customer Stories](https://quote-core.com/customer-stories) - [For Suppliers](https://quote-core.com/suppliers) - [Company](https://quote-core.com/company) - [Blog](https://quote-core.com/blog) ## Contact Email: info@quote-core.com Last updated: 2 August 2026