cURL
curl --request POST \ --url http://localhost:5252/project/load \ --header 'Content-Type: application/json' \ --header 'x-api-token: <api-key>' \ --data ' { "path": "<string>" } '
{ "success": true }
Path to project folder
Loaded
Was this page helpful?