---
title: "Book Meeting"
method: POST
path: "/api/v1/scheduling/book"
tags: ["scheduling"]
---

# Book Meeting

`POST /api/v1/scheduling/book`

## Query parameters

- `call_id` string, required — Call ID from context (auto-injected by Ultravox)

## Request body

- BookMeetingBody
  - `invitee_email` string, email, required
  - `invitee_name` string, nullable
  - `invitee_timezone` string, nullable
  - `start_time` string, required — ISO8601 UTC start time from availability API

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/outcallerai/apis/fastapi.md) · [All operations](https://skmtc.net/outcallerai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outcallerai/fastapi/revisions/a57f684e7966/schema)
