cURL
curl --request POST \ --url https://api.honeyhive.ai/v1/projects \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>", "type": "evaluation" } '
{ "id": "<string>", "name": "<string>", "org_id": "<string>", "description": "<string>", "type": "evaluation", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Request body for creating a project
Project name
1
Project description
Project type
evaluation
completion
The created project
Created project
Organization ID
Was this page helpful?