Calls the live Cal.com API — “Create” / “Cancel” make real bookings that show on the dashboard.

Fire any action at the single POST /api/voice endpoint, right from the browser — and use the edge-case presets to test each scenario.

Edge cases:

Request

Request body

{
  "action": "check_availability",
  "startDate": "",
  "endDate": ""
}

Response

Send a request to see the response.