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
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
}
]
}Material & Harga — Setup Rp 25.000 + mesin Rp 15.000/jam
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
}
]
}Material & Harga — Setup Rp 35.000 + cut per mm + pierce fee
* 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.
/v1/filesList file di workspace dengan filter format, tag, dan tanggal.
/v1/files/:id/viewerGenerate embed URL untuk 3D viewer tanpa login.
/v1/files/:id/quote/3dprintHitung estimasi biaya cetak 3D (STL/3MF/OBJ) — volume, berat, 7 material, infill variabel.
/v1/files/:id/quote/laserHitung estimasi laser cutting (DXF/DWG) — panjang cut, pierce, 5 material, 6 ketebalan.
/v1/searchSemantic search dengan natural language — Bahasa Indonesia & English.
/v1/files/:id/analyzeAI metadata extraction: dimensi, material, komponen, deskripsi teknis.
/v1/files/:id/versionsList semua versi file beserta diff summary antar versi.
/v1/webhooksDaftarkan webhook untuk event: file upload, approval, version created.
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.