---
title: "Create a Project Invite"
method: POST
path: "/v1/projects/{project_id}/invites"
tags: ["invites"]
---

# Create a Project Invite

`POST /v1/projects/{project_id}/invites`

Generates an invite for a specific project

## Path parameters

- `project_id` string, required

## Headers

- `Authorization` string, required

## Request body

- CreateProjectInviteV1Request — Request body for creating a project invite
  - `email` string, required — The email address of the invitee
  - `scope` string, required — The scope of the invitee

## Response `200`

The invite was successfully generated

- CreateProjectInviteV1Response
  - `message` string — confirmation message

## Other responses

- `400` — Invalid Request

---

[API](https://skmtc.net/deepgram/apis/rest-api.md) · [All operations](https://skmtc.net/deepgram/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deepgram/rest-api/revisions/76f89c68dacf/schema)
