---
title: "Instant Booking"
method: POST
path: "/v1/booking/{token}/instant"
tags: ["booking"]
---

# Instant Booking

`POST /v1/booking/{token}/instant`

Start an interview immediately — no time slot selection needed.

Creates a conversation starting NOW, enqueues the conduct job immediately.

## Path parameters

- `token` string, required

## Response `200`

Successful Response

- BookingConfirmResponse
  - `meeting_url` string, required
  - `scheduled_at` string, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ontora/apis/ontora-api.md) · [All operations](https://skmtc.dev/ontora/apis/ontora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ontora/ontora-api/revisions/7f57037fd94b/schema)
