cURL
curl --request POST \ --url https://api.valiqor.com/v2/projects \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "key": "<string>", "model_name": "<string>" } '
{ "id": "<string>", "name": "<string>", "key": "<string>", "model_name": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Create a new project
Projects are containers for both evaluation runs and security audits. Upon creation, default security configuration is initialized.
Valiqor API key. Pass as Bearer token: Authorization: Bearer vq-xxxxxxxxxxxxxxxxxxxx
Authorization: Bearer vq-xxxxxxxxxxxxxxxxxxxx
Request to create a new project
Successful Response
Project information