ℹ️ These docs are for the v2.0 version of Galileo. Documentation for v1.0 version can be found here.
cURL
curl --request POST \ --url https://api.galileo.ai/v2/projects \ --header 'Content-Type: application/json' \ --header 'Galileo-API-Key: <api-key>' \ --data '{ "name": "my_first_project" }'
{ "name": "<string>", "created_by": "<string>", "type": "training_inference", "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Create a new project.
1
training_inference
prompt_evaluation
llm_monitor
protect
gen_ai
Successful Response
Was this page helpful?