API Platform

Manufacturing API
untuk korporasi.

Quotasi 3D printing & laser cutting instan dari file CAD — embed ke ERP, e-commerce, atau portal order kamu via REST API.

Free

1.000 req/hari

Tanpa kartu kredit

Pro

50.000 req/hari

Rp 149.000/bulan

Team

Tidak terbatas

SLA 99.9%

Manufacturing Quotation

Harga instan dari file CAD.

Upload file → analisis geometri otomatis → harga real-time untuk 3D printing dan laser cutting. Cocok untuk portal order, e-commerce part, atau sistem quotasi internal manufaktur.

3D Print Quotation

STL · 3MF · OBJ · AMF · PLY · OFF

Pro
POST /api/files/:id/quote
curl -X POST https://synccad.com/api/files/FILE_ID/quote \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{ "infill": 20 }'
200 OK
{
  "ok": true,
  "geometry": {
    "volume_cm3": 12.45,
    "surface_area_cm2": 48.3,
    "bbox_mm": { "x": 60, "y": 40, "z": 35 },
    "is_manifold": true
  },
  "quotes": [
    {
      "material_id": "pla",
      "material_label": "PLA",
      "weight_g": 3.9,
      "print_time_min": 25,
      "price_idr": 42350
    }
  ]
}

Material & Harga — Setup Rp 25.000 + mesin Rp 15.000/jam

PLA1.24 g/cm³Rp 350/g
PETG1.27 g/cm³Rp 420/g
ABS1.05 g/cm³Rp 380/g
TPU1.21 g/cm³Rp 550/g
ASA1.07 g/cm³Rp 500/g
Nylon PA121.01 g/cm³Rp 750/g
Resin SLA1.10 g/cm³Rp 900/g

Laser Cutting Quotation

DXF · DWG — fiber laser, IDR/mm

Pro
POST /api/files/:id/quote/laser
curl -X POST https://synccad.com/api/files/FILE_ID/quote/laser \
  -H "Authorization: Bearer sk_live_..."
200 OK
{
  "ok": true,
  "geometry": {
    "cut_length_mm": 3240,
    "pierce_count": 12,
    "bbox_mm": { "x": 300, "y": 200 },
    "area_cm2": 600.0
  },
  "quotes": [
    {
      "material_label": "Mild Steel",
      "thickness_mm": 3,
      "price_idr": 96920
    },
    {
      "material_label": "SS 304",
      "thickness_mm": 3,
      "price_idr": 178060
    }
  ]
}

Material & Harga — Setup Rp 35.000 + cut per mm + pierce fee

Mild Steel1–10 mmRp 0.8–8.0/mm
SS 3041–5 mmRp 1.5–6.0/mm
Aluminium 50521–5 mmRp 1.0–4.5/mm
Akrilik3–8 mmRp 0.6–1.8/mm
Galvanis1–3 mmRp 0.9–2.0/mm

* Harga pierce: Rp 400–3.500 per pierce tergantung material & ketebalan. Cache 24 jam per file. Harga estimasi — final price via WhatsApp order.

Endpoints

8 endpoint utama.

GET
/v1/files

List file di workspace dengan filter format, tag, dan tanggal.

Free
GET
/v1/files/:id/viewer

Generate embed URL untuk 3D viewer tanpa login.

Free
POST
/v1/files/:id/quote/3dprint

Hitung estimasi biaya cetak 3D (STL/3MF/OBJ) — volume, berat, 7 material, infill variabel.

Pro
POST
/v1/files/:id/quote/laser

Hitung estimasi laser cutting (DXF/DWG) — panjang cut, pierce, 5 material, 6 ketebalan.

Pro
POST
/v1/search

Semantic search dengan natural language — Bahasa Indonesia & English.

Pro
POST
/v1/files/:id/analyze

AI metadata extraction: dimensi, material, komponen, deskripsi teknis.

Pro
GET
/v1/files/:id/versions

List semua versi file beserta diff summary antar versi.

Pro
POST
/v1/webhooks

Daftarkan webhook untuk event: file upload, approval, version created.

Pro

Use Cases

Dipakai untuk apa?

Instant 3D Print Quote

Embed kalkulator harga cetak 3D ke website atau app kamu — analisis volume STL, 7 material, infill variabel. Hasil dalam detik.

Laser Cutting Estimator

Parse DXF/DWG secara otomatis — hitung total panjang potongan, jumlah pierce, lalu generate harga per material dan ketebalan.

Embed Viewer

Tampilkan model 3D DWG/STEP di aplikasi atau website kamu — tanpa plugin, tanpa AutoCAD.

ERP Integration

Sinkronisasi file CAD dengan SAP, Odoo, atau ERP lainnya via REST — auto-attach drawing ke work order.

Siap integrasi quotasi ke sistem kamu?

Buat akun, upload file CAD, dan akses quotation API langsung dari dashboard. Atau hubungi tim kami untuk integrasi enterprise.