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
curl -X POST https://synccad.com/api/files/FILE_ID/quote \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{ "infill": 20 }'{
"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
Q.02 · Laser Cutting Quotation
DXF · DWG — fiber laser, IDR/mm
curl -X POST https://synccad.com/api/files/FILE_ID/quote/laser \
-H "Authorization: Bearer sk_live_..."{
"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
Pierce Rp 400–3.500 / pierce. Cache 24 jam per file. Final via WhatsApp order.
02/Endpoints
Eight endpoints.
/v1/filesList file di workspace dengan filter format, tag, dan tanggal.
Free/v1/files/:id/viewerGenerate embed URL untuk 3D viewer tanpa login.
Free/v1/files/:id/quote/3dprintEstimasi biaya cetak 3D (STL/3MF/OBJ) — 7 material, infill var.
Pro/v1/files/:id/quote/laserEstimasi laser cutting (DXF/DWG) — 5 material, 6 ketebalan.
Pro/v1/searchSemantic search dengan natural language — ID & EN.
Pro/v1/files/:id/analyzeAI metadata extraction: dimensi, material, deskripsi teknis.
Pro/v1/files/:id/versionsList versi file + diff summary antar versi.
Pro/v1/webhooksWebhook untuk event: file upload, approval, version created.
Pro03/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.