POST
/
projects
curl --request POST \
  --url https://api.forestreet.com/projects \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "email": "<string>",
  "projectName": "<string>",
  "projectDescription": "<string>"
}'
{
  "message": {
    "studyId": 4162,
    "topicId": 4299
  }
}

Body

email
string
default: ""

The email address of the user

projectName
string
default: ""

The project name. Minimum 10 characters.

projectDescription
string
default: ""

The project description. Minimum 10 characters, maximum 250.