deEscal8 — Local Dev Server

Running on port 3000 · Base URL: https://api.deescal8.com

Quick links

Install Zoom app (test_tenant_001)
Check status (test_tenant_001)
Webhook endpoint: POST /webhooks/zoom

Tenants (0)

No tenants yet — click the install link above to create one.

Recent jobs (0)

No jobs yet — end a Zoom meeting that has AI Companion enabled to trigger one.

Simulate a webhook (curl)

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}'