> ## Documentation Index
> Fetch the complete documentation index at: https://docs.forestreet.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Project

> Create a new empty project

### Body

<ParamField body="email" type="string" default="">
  The email address of the user
</ParamField>

<ParamField body="projectName" type="string" default="">
  The project name. Minimum 10 characters.
</ParamField>

<ParamField body="projectDescription" type="string" default="">
  The project description. Minimum 10 characters, maximum 250.
</ParamField>

<ResponseExample>
  ```json Response theme={null}
  {
    "message": {
      "studyId": 4162,
      "topicId": 4299
    }
  }
  ```
</ResponseExample>
