Medos Docs

Everything you need to build with Medos.

Guides, references, and examples for the Medos platform. Starting with the Booking Widget — with the REST API, webhooks, and dashboard guide arriving next.

index.html
<script src="https://widgets.medos.one/v2/unified.js"></script>

<button onclick="MedosBooking.open()">Book appointment</button>

<script>
  MedosBooking.init({
    apiKey: "mk_your_publishable_key",
    mode: "modal",
  });
</script>
Products

Pick where you want to start

Each product has its own section of the docs. Only the Booking Widget is available today — the others land as we ship them.

Available

Booking Widget

Embed appointment and queue booking into any website with one script tag.

Coming soon

REST API

Server-to-server access to workspaces, doctors, appointments, and queue tokens.

Coming soon

Webhooks

Real-time event delivery for bookings, cancellations, and status changes.

Coming soon

Dashboard

Workspace setup, doctor management, feature flags, and analytics.

Booking Widget

Get running in five minutes

Pick the path that matches your stack, grab an API key, and drop the widget on a page.