Get started free
Share one link and let clients book themselves. No back-and-forth, no credit card, no catch.
Claim your booking page
Pick your link. Add your sessions. Share it.
Sitemap
Every page on the site, grouped so you can find the one that matches your work.
API docs
Build custom integrations and automations on top of Schedulera using our REST API.
The endpoints below require a Bearer token in the Authorization header. Generate a key from your dashboard under Settings → Developer.
Authorization: Bearer sch_xxxxxxxxxxxxxxxxxxxxxxxx
https://schedulera.com/api
Read-only for now, no create, update, or delete via API yet.
/v1/booking-typesList your session types (title, duration, price, active status)
/v1/availabilityGet your weekly availability rules and date overrides
No key needed, these mirror what a guest does on a booking page. Full schema at /openapi.json.
/public/{slug}/slotsList open slots for a session type, no key required
/public/{slug}/bookBook a session, no key required
/public/booking/{token}/rescheduleReschedule a booking with its manage token
/public/booking/{token}/cancelCancel a booking with its manage token
Schedulera sends webhook events to your endpoint for key actions. Configure webhook URLs in Settings → Integrations.
booking.createdbooking.cancelledWant to create or update booking types and bookings via API? Contact us and tell us what you're building.