cURL
curl --request POST \ --url http://studio.premai.io/api/v1/public/projects/create \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "goal": "<string>" } '
{ "project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Create a new Prem project to organise datasets, snapshots, and fine-tuning workflows.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
The goal or purpose of this project
success response
Was this page helpful?