POST
/
api
/
v1
/
projects
Create Project
curl --request POST \
  --url https://api.example.com/api/v1/projects \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
{}

Body

application/json
name
string
required
Required string length: 1 - 200

Response

Successful Response

The response is of type Response Create Project Api V1 Projects Post · object.