meetergoAPI
api_lp_nav_featuresapi_lp_nav_comparisonapi_lp_nav_docs
api_lp_hero_badge
<100ms

api_lp_hero_title_part1 api_lp_hero_title_highlight

api_lp_hero_subtitle

api_lp_hero_tagline

Voice Agent
AI Intent
Dynamic Booking
API Request
POST /api/v1/booking
Any value!
{
  "duration": 17,
  "title": "Product Demo - Acme Corp",
  "description": "Discuss pricing...",
  "attendee": {
    "email": "john@acme.com",
    "name": "John Smith"
  }
}
201 Created - Booking confirmed

"api_lp_hero_quote"

api_lp_friction_badge

api_lp_friction_title

api_lp_friction_subtitle

api_lp_friction_label_static
Cal.comcal.com/others

"I need a 17 minute call to discuss the API integration."

User via Voice Bot

ERROR 400

Meeting type "17min" not found. Available types:

/15min/30min/60min

Rigid Template System

"...I guess 30 minutes then?" 😕

13 minutes wasted

Calendar Allocation

17m
13m wasted
30m slot

Poor User Experience

User forced into predefined meeting type. Admin must create new types manually.

api_lp_friction_callout

api_lp_wall_badge

api_lp_wall_title

api_lp_wall_subtitle

api_lp_wall_competitor_title

Cal.comCal.com / others
api_lp_wall_step_1
api_lp_wall_step_2
api_lp_wall_step_3
api_lp_wall_step_4
api_lp_wall_step_5
api_lp_wall_step_6
15+ api_lp_wall_minutes

api_lp_wall_competitor_result

api_lp_wall_meetergo_title

meetergo API
api_lp_wall_single_step
30 api_lp_wall_seconds

api_lp_wall_meetergo_result

VS

api_lp_wall_cta_title

api_lp_wall_cta_description

api_lp_features_badge

api_lp_features_title

api_lp_features_subtitle

api_lp_feature_1_title

api_lp_feature_1_description

Learn more

api_lp_feature_2_title

api_lp_feature_2_description

Learn more

api_lp_feature_3_title

api_lp_feature_3_description

ISO 27001
Frankfurt
DPA Included
Learn more

api_lp_feature_4_title

api_lp_feature_4_description

POST /admin/users { "email": "...", "plan": "pro" }
Learn more

api_lp_features_cta_title

api_lp_features_cta_subtitle

api_lp_code_badge

api_lp_code_title

api_lp_code_subtitle

1

api_lp_code_step_1_title

<100ms

api_lp_code_step_1_description

2

api_lp_code_step_2_title

api_lp_code_step_2_description

3

api_lp_code_step_3_title

api_lp_code_step_3_description

4

api_lp_code_step_4_title

api_lp_code_step_4_description

booking-integration.ts
1// Step 1: Query availability (<100ms response)
2const slots = await meetergo.availability.get({
3  duration: 17,           // Any minute value
4  hostId: "agent_01"
5});
6
7// Step 2: Bot proposes time, user accepts
8// Step 3: Create booking with context
9const booking = await meetergo.booking.create({
10  start: slots[0].start,
11  duration: 17,
12  title: "Product Demo - Acme Corp",
13  description: "Discuss enterprise pricing",
14  attendee: {
15    email: "john@acme.com",
16    name: "John Smith"
17  }
18});
19// Returns: { id, calendar_link, status: "confirmed" }
TypeScript • Node.js
Works with any runtime
api_lp_wl_badge

api_lp_wl_title

api_lp_wl_subtitle

1

api_lp_wl_step_1_title

api_lp_wl_step_1_description

meetergo-sdk.ts
await meetergo.users.create({
  email: "user@client.com",
  tier: "pro_plan",
  timezone: "Europe/Berlin"
});
201 Created • user_abc123
2

api_lp_wl_step_2_title

api_lp_wl_step_2_description

<ConnectCalendar />
React

All supported providers

Outlook
Exchange
Apple
Proton
Nextcloud
CalDAV

userId={user.id} onSuccess={...}

3

api_lp_wl_step_3_title

api_lp_wl_step_3_description

User Dashboard
Live
Dr. SmithActive
user@clinic.com
Current PlanProfessional
Revenue$29.00/mo
Scheduling
Stripe billing synced
api_lp_wl_feature_1
api_lp_wl_feature_2
api_lp_wl_feature_3

api_lp_faq_title

api_lp_faq_subtitle

api_lp_faq_1_answer

api_lp_faq_2_answer

api_lp_faq_3_answer

api_lp_faq_4_answer

api_lp_footer_trusted_by

Meta
Mistral
OpenAI
Claude
Twilio
api_lp_footer_cta_badge

api_lp_footer_cta_title

api_lp_footer_cta_subtitle

"api_lp_footer_quote"

api_lp_footer_section_product

  • api_lp_footer_link_features
  • api_lp_footer_link_pricing
  • api_lp_footer_link_integrations
  • api_lp_footer_link_changelog

api_lp_footer_section_developers

  • api_lp_footer_link_docs
  • api_lp_footer_link_api_reference
  • GitHub
  • api_lp_footer_link_support

api_lp_footer_section_company

  • api_lp_footer_link_about
  • api_lp_footer_link_blog
  • api_lp_footer_link_careers
  • footer_security

api_lp_footer_section_legal

  • api_lp_footer_link_privacy
  • api_lp_footer_link_terms
  • api_lp_footer_link_imprint
  • footer_security
meetergo
© 2026 meetergo GmbH
Flag of Germanyapi_lp_footer_location
ISO 27001•GDPR