cURL
curl --request POST \ --url http://localhost:5252/project/create \ --header 'Content-Type: application/json' \ --header 'x-api-token: <api-key>' \ --data ' { "project_name": "<string>" } '
{ "id": "<string>", "project_name": "<string>", "path": "<string>", "created_at": "2023-11-07T05:31:56Z" }
Create and load project
Created
Was this page helpful?