00/Platform / API · REST

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%

01/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.

Q.01 · 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 }'
Response200 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
    }
  ]
}

Materials · Setup Rp 25.000 + mesin Rp 15.000/jam

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

Q.02 · 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_..."
Response200 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
    }
  ]
}

Materials · Setup Rp 35.000 + cut per mm + pierce fee

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

Pierce Rp 400–3.500 / pierce. Cache 24 jam per file. Final via WhatsApp order.

02/Endpoints

Eight endpoints.

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

Estimasi biaya cetak 3D (STL/3MF/OBJ) — 7 material, infill var.

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

Estimasi laser cutting (DXF/DWG) — 5 material, 6 ketebalan.

Pro
POST/v1/search

Semantic search dengan natural language — ID & EN.

Pro
POST/v1/files/:id/analyze

AI metadata extraction: dimensi, material, deskripsi teknis.

Pro
GET/v1/files/:id/versions

List versi file + diff summary antar versi.

Pro
POST/v1/webhooks

Webhook untuk event: file upload, approval, version created.

Pro

03/Use Cases

Dipakai untuk
apa?

01

Instant 3D Print Quote

Embed kalkulator harga cetak 3D — analisis volume STL, 7 material, infill variabel. Hasil dalam detik.

02

Laser Cutting Estimator

Parse DXF/DWG otomatis — total panjang potongan, pierce count, harga per material & ketebalan.

03

Embed Viewer

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

04

ERP Integration

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

Integration

Integrasi quotasi
ke sistem kamu.

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