POST
/
api
/
parea
/
v1
/
project
curl --request POST \
  --url https://parea-ai-backend-us-9ac16cdbc7a7b006.onporter.run/api/parea/v1/api/parea/v1/project \
  --header 'Content-Type: application/json' \
  --header 'x-user-id: <api-key>' \
  --data '{
  "name": "development"
}'
{
  "created_at": "2024-05-30 13:48:34",
  "name": "development",
  "uuid": "...",
  "was_created": false
}

Authorizations

x-user-id
string
header
required

Body

application/json
name
string
required

Name of the project

Response

200
application/json
Successful Response
name
string
required

Name of the project

uuid
string
required

UUID of the project

created_at
string
required

Timestamp the project was created

was_created
boolean
required

If the project was created or not.