Referensi API
Setiap endpoint Se-Hari API v1: parameter, contoh request, contoh respons, dan kode error yang mungkin muncul.
Referensi API
- GET /me Info akun dan saldo kredit. GET /me — tanpa scope khusus.
- GET /credits Cek saldo kredit. GET /credits — butuh scope credits:read.
- GET /credits/usage Riwayat pemakaian kredit. GET /credits/usage — butuh scope credits:read.
- POST /credits/estimate Estimasi biaya sebelum eksekusi. POST /credits/estimate — butuh scope credits:read.
- GET /pricing-tiers Katalog paket meeting. GET /pricing-tiers — tanpa scope khusus.
- GET /notes Daftar notulen. GET /notes — butuh scope notulen:read.
- POST /notes Buat notulen dari rekaman yang sudah ada. POST /notes — butuh scope notulen:write.
- GET /notes/{id} Ambil satu notulen. GET /notes/{id} — butuh scope notulen:read.
- GET /notes/{id}/transcript Ambil transkrip notulen. GET /notes/{id}/transcript — butuh scope notulen:read.
- POST /notes/uploads Siapkan unggahan rekaman. POST /notes/uploads — butuh scope notulen:write.
- POST /notes/uploads/{recording_id}/complete Konfirmasi unggahan selesai. POST /notes/uploads/{recording_id}/complete — butuh scope notulen:write.
- POST /notes/{id}/retry Jalankan ulang notulen yang gagal. POST /notes/{id}/retry — butuh scope notulen:write.
- GET /notes/{id}/action-items Daftar action item sebuah notulen. GET /notes/{id}/action-items — butuh scope notulen:read.
- PATCH /notes/{id}/action-items/{item_id} Ubah status action item. PATCH /notes/{id}/action-items/{item_id} — butuh scope notulen:write.
- POST /notes/{id}/share Aktifkan tautan publik notulen. POST /notes/{id}/share — butuh scope notulen:write.
- DELETE /notes/{id}/share Matikan tautan publik notulen. DELETE /notes/{id}/share — butuh scope notulen:write.
- GET /meetings Daftar meeting. GET /meetings — butuh scope meetings:read.
- POST /meetings Buat meeting Zoom. POST /meetings — butuh scope meetings:write.
- GET /meetings/{id} Ambil satu meeting. GET /meetings/{id} — butuh scope meetings:read.
- DELETE /meetings/{id} Batalkan meeting. DELETE /meetings/{id} — butuh scope meetings:write.
- GET /recordings Daftar rekaman. GET /recordings — butuh scope recordings:read.
- POST /recordings/{id}/download-url Buat tautan unduh rekaman. POST /recordings/{id}/download-url — butuh scope recordings:read.
- GET /meetings/{id}/recordings Rekaman milik satu meeting. GET /meetings/{id}/recordings — butuh scope recordings:read.
- GET /webhooks Daftar endpoint webhook. GET /webhooks — butuh scope webhooks:read.
- POST /webhooks Daftarkan endpoint webhook. POST /webhooks — butuh scope webhooks:write.
- GET /webhooks/{id} Detail endpoint webhook. GET /webhooks/{id} — butuh scope webhooks:read.
- PATCH /webhooks/{id} Ubah endpoint webhook. PATCH /webhooks/{id} — butuh scope webhooks:write.
- DELETE /webhooks/{id} Hapus endpoint webhook. DELETE /webhooks/{id} — butuh scope webhooks:write.
- POST /webhooks/{id}/rotate-secret Ganti secret webhook. POST /webhooks/{id}/rotate-secret — butuh scope webhooks:write.
- POST /webhooks/{id}/test Kirim event uji. POST /webhooks/{id}/test — butuh scope webhooks:write.
- GET /webhooks/{id}/deliveries Riwayat pengiriman. GET /webhooks/{id}/deliveries — butuh scope webhooks:read.
- POST /webhooks/{id}/deliveries/{delivery_id}/retry Kirim ulang pengiriman. POST /webhooks/{id}/deliveries/{delivery_id}/retry — butuh scope webhooks:write.