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.
Successful Response
The response is of type object.
object
Was this page helpful?