---
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

## Changes

> 9 revisions in range; 5 could not be searched.

- **2026-08-06** `bd7ba5c18a6b` — 2 info
  - api tag `invites` added
  - api tag `manage > v1 > projects > members > invites` removed

[Change history](https://skmtc.dev/deepgram/apis/rest-api/changes/v1/projects/:project_id/invites/post.md)

---

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