Running on port 3000 · Base URL: https://api.deescal8.com
Install Zoom app (test_tenant_001)
Check status (test_tenant_001)
Webhook endpoint: POST /webhooks/zoom
No tenants yet — click the install link above to create one.
No jobs yet — end a Zoom meeting that has AI Companion enabled to trigger one.
curl -X POST http://localhost:3000/webhooks/zoom \
-H "Content-Type: application/json" \
-H "x-zm-signature: v0=SIGNATURE" \
-H "x-zm-request-timestamp: $(date +%s)" \
-d '{"event":"meeting.aic_transcript_completed","payload":{"account_id":"YOUR_ACCOUNT_ID","object":{"meeting_uuid":"test-uuid","meeting_topic":"Test Meeting","host_id":"host123","file_id":"file123","meeting_start_time":"2026-06-28T10:00:00Z"}},"event_ts":1234567890}'