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

Response

200
application/json
Successful Response

The response is of type object.