Mertani menyediakan dua metode integrasi data:Documentation Index
Fetch the complete documentation index at: https://test-docs.mertani.com/llms.txt
Use this file to discover all available pages before exploring further.
1. REST API (Pull-Based)
Client mengambil data dari server Mertani.
- Request-based (GET)
- Cocok untuk dashboard & analytics
- Mendukung data historis
2. Webhook API (Push-Based)
Mertani mengirim data secara otomatis ke server Anda.
- Event-driven (POST)
- Real-time data streaming
- Tidak perlu polling
Perbandingan
| Feature | REST API | Webhook |
|---|---|---|
| Model | Pull | Push |
| Real-time | Tidak langsung | Ya |
| Beban Server | Client heavy | Server menerima |
| Use case | Dashboard | Alerting / Streaming |

