POST
/
api
/
v1
/
workspaces
/
{workspace-slug}
/
projects
curl --request POST \
  --url https://api.plane.so/api/v1/workspaces/{workspace-slug}/projects/ \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "name": "<string>",
  "identifier": "<string>",
  "description": "<string>"
}'

Path parameters

workspace-slug
string
required
name
string
required
identifier
string
required
description
string