---
title: "Create direct join"
method: POST
path: "/join"
tags: ["join"]
---

# Create direct join

`POST /join`

Create join

## Request body

- object
  - `room` string, required
  - `name` string, required
  - `audio` boolean, required
  - `video` boolean, required
  - `notify` boolean, required

## Response `200`

Direct join created

- JoinResponse
  - `join` string

## Other responses

- `403` — Unauthorized!

## Changes

- **2022-01-02** `5e18c1f41317` — 1 info
  - endpoint added
- **2021-10-08** `806dbbe2b7db` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/hivetalk/apis/hivetalk-vanilla-api/changes/join/post.md)

---

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