cURL
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 }
Create a project or get the project if it already exists. Is used to find out UUID of project.
Name of the project
Successful Response
UUID of the project
Timestamp the project was created
If the project was created or not.
Was this page helpful?